head 1.4; access; symbols PETIDOMO_4_0b6:1.4 PETIDOMO_4_0b5:1.4 PETIDOMO_4_0b4:1.4 PETIDOMO_4_0b3:1.4 BEFORETHL:1.4 petidomo-2-2:1.1.1.1 petidomo:1.1.1; locks; strict; comment @# @; 1.4 date 2000.12.14.15.14.36; author simons; state Exp; branches; next 1.3; 1.3 date 2000.12.14.15.07.35; author simons; state Exp; branches; next 1.2; 1.2 date 2000.12.13.15.40.34; author simons; state dead; branches; next 1.1; 1.1 date 2000.12.13.13.19.08; author simons; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2000.12.13.13.19.08; author simons; state Exp; branches; next ; desc @@ 1.4 log @Removed unused suffix .a from the .SUFFIXES target. @ text @# # Build the libconfigfile library. # # $Header: /d1/e/petidomo/cvs/petidomo/source/libconfigfile/Makefile,v 1.3 2000/12/14 15:07:35 simons Exp $ # CC = gcc AR = ar RANLIB = ranlib CFLAGS = -Wall -pedantic -O3 CPPFLAGS = LDFLAGS = .SUFFIXES: .SUFFIXES: .c .o .c.o: $(CC) $(CFLAGS) $(CPPFLAGS) -c $< libconfigfile.a: config.o $(AR) cr libconfigfile.a config.o $(RANLIB) libconfigfile.a realclean distclean clean:: rm -f libconfigfile.a config.o # Dependencies config.o: ../liblists/lists.h ../libtext/text.h configfile.h @ 1.3 log @ - Removed smake build and autoconf from the libraries. - Removed unused files. @ text @d4 1 a4 1 # $Header: /d1/e/petidomo/cvs/petidomo/source/libconfigfile/Makefile,v 1.3 2000/12/14 14:17:18 simons Exp $ d16 1 a16 1 .SUFFIXES: .c .o .a @ 1.2 log @Imported latest version of the library. @ text @d2 1 a2 1 # libconfigfile Makefile d4 1 a4 1 # $Header: /d1/e/petidomo/cvs/petidomo/source/libconfigfile/Makefile,v 1.1 2000/12/13 13:19:08 simons Exp $ d7 3 a9 5 # Make Rules: # =========== # .c.o: $(CC) $(CFLAGS) $(CPPFLAGS) -c $< d11 3 d15 2 a16 5 # Compiler Flags: # =============== # CFLAGS = -Wall CPPFLAGS= d18 2 d21 3 a23 6 # # Labels: # ======= # SRCS = config.c OBJS = $(SRCS:.c=.o) d25 2 d28 1 a28 4 # # Targets # .PHONY: all man clean depend d30 1 a30 23 all: libconfigfile.a man: clean: rm -f libconfigfile.a *.o *.3 *.core depend: makedepend -Y /usr/include $(SRCS) @@rm -f Makefile.bak # # Actions # libconfigfile.a: $(OBJS) rm -f $@@ $(AR) cr $@@ $(OBJS) $(RANLIB) $@@ # # Dependencies # @ 1.1 log @Initial revision @ text @d4 1 a4 1 # $Header: /usr/local/libdata/cvs/c-lib/libconfigfile/Makefile,v 1.2 1998/08/16 21:36:28 simons Exp $ @ 1.1.1.1 log @Imported Petidomo 2.2 as found on www.petidomo.com. @ text @@