"Fossies" - the Fresh Open Source Software Archive

Member "mpr-2.8/demangle/Makefile" (18 Oct 2002, 253 Bytes) of package /linux/misc/old/mpr-2.8.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 OBJ=	mprdem.o cplus-dem.o cp-demangle.o dyn-string.o safe-ctype.o
    2 XFLAGS=	-DHAVE_STRING_H -I.
    3 
    4 mprdem: $(OBJ)
    5 	$(CC) -s -o mprdem $(OBJ) $(LDFLAGS)
    6 
    7 .c.o:
    8 	$(CC) -c $(CFLAGS) $(XFLAGS) -c $(<)
    9 
   10 .PHONY: clean
   11 
   12 clean:
   13 	-rm -f mprdem *.o core .gdb_history