Changeset 30699
- Timestamp:
- Mar 22, 2008, 1:39:13 PM (16 years ago)
- Location:
- grass/trunk/general/g.region
- Files:
-
- 1 deleted
- 1 edited
- 6 copied
-
Makefile (modified) (1 diff)
-
adjust.c (copied) (copied from grass/trunk/general/g.region/cmd/adjust.c )
-
cmd (deleted)
-
description.html (copied) (copied from grass/trunk/general/g.region/cmd/description.html )
-
local_proto.h (copied) (copied from grass/trunk/general/g.region/cmd/local_proto.h )
-
main.c (copied) (copied from grass/trunk/general/g.region/cmd/main.c )
-
printwindow.c (copied) (copied from grass/trunk/general/g.region/cmd/printwindow.c )
-
zoom.c (copied) (copied from grass/trunk/general/g.region/cmd/zoom.c )
Legend:
- Unmodified
- Added
- Removed
-
grass/trunk/general/g.region/Makefile
r24851 r30699 1 2 1 MODULE_TOPDIR = ../.. 3 2 4 SUBDIRS = \ 5 cmd 3 PGM = g.region 6 4 7 include $(MODULE_TOPDIR)/include/Make/Dir.make 5 LIBES = $(VECTLIB) $(G3DLIB) $(GPROJLIB) $(GISLIB) $(DATETIMELIB) 6 DEPENDENCIES = $(VECTDEP) $(G3DDEP) $(GPROJDEP) $(GISDEP) $(DATETIMEDEP) 7 EXTRA_INC = $(VECT_INC) $(PROJINC) 8 EXTRA_CFLAGS = $(VECT_CFLAGS) 8 9 9 default: parsubdirs 10 include $(MODULE_TOPDIR)/include/Make/Module.make 10 11 11 clean: cleansubdirs 12 default: cmd 12 13 14 15 16
Note:
See TracChangeset
for help on using the changeset viewer.
