[GRASS5] gmake problem
Somesh Agarwal
agarwal_somesh at yahoo.com
Tue Jun 26 04:52:43 EDT 2001
hello all ,
I haveing a small gmake problem. I have 2 rules written my gmake file
but only the
first one of them is getting executed. Here is the Gmakefile
$(OBJARCH)/ft.o: ft.c
$(CC) $(CFLAGS) -c ftstring.c -o $@ $(FTINC)
PGM=d.try
OFILES = \
ftstring.o
LIBES=$(DISPLAYLIB) $(RASTERLIB) $(GISLIB) $(FTLIB)
FTINC=-I/home/somesh/freetype/include/freetype/
$(BIN_CMD)/$(PGM): $(OFILES) $(LIBES)
$(CC) $(LDFLAGS) -o $@ $(FTINC) $(OFILES) $(LIBES) $(TERMLIB)
$(MATHLIB) $(XDRLIB)
$(RASTERLIB): #
$(DISPLAYLIB): #
$(GISLIB): #
the second rule PGM .. is not getting executed .
somesh
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
More information about the grass-dev
mailing list