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.45.25; author simons; state dead; branches; next 1.1; 1.1 date 2000.12.13.13.19.07; author simons; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2000.12.13.13.19.07; author simons; state Exp; branches; next ; desc @@ 1.4 log @Removed unused suffix .a from the .SUFFIXES target. @ text @# # Build the liblists library. # # $Header: /d1/e/petidomo/cvs/petidomo/source/liblists/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 $< liblists.a: lists.o $(AR) cr liblists.a lists.o $(RANLIB) liblists.a realclean distclean clean:: rm -f liblists.a lists.o @ 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/liblists/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. @ text @d2 1 a2 1 # liblists Makefile d4 1 a4 1 # $Header: /d1/e/petidomo/cvs/petidomo/source/liblists/Makefile,v 1.1 2000/12/13 13:19:07 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 47 # # Labels: # ======= # SRCS = lists.c OBJS = $(SRCS:.c=.o) MANFILES= $(SRCS:.c=.3) # # Targets # .PHONY: all man clean realclean distclean depend all: liblists.a man: InitList.3 clean: rm -f liblists.a *.o *.3 *.core realclean: clean rm -rf man3 distclean: realclean depend: makedepend -Y /usr/include $(SRCS) @@rm -f Makefile.bak InitList.3: lists.c c2man -ilists.h -g lists.c # # Actions # liblists.a: $(OBJS) rm -f $@@ $(AR) cr $@@ $(OBJS) $(RANLIB) $@@ # # Dependencies # # DO NOT DELETE d25 2 a26 1 lists.o: lists.h @ 1.1 log @Initial revision @ text @d4 1 a4 1 # $Header: /usr/local/libdata/cvs/c-lib/liblists/Makefile,v 1.28 1998/08/16 21:36:29 simons Exp $ @ 1.1.1.1 log @Imported Petidomo 2.2 as found on www.petidomo.com. @ text @@