"Fossies" - the Fresh Open Source Software Archive

Member "portfwd-0.29/getopt/Makefile.am" (15 May 2001, 196 Bytes) of package /linux/privat/old/portfwd-0.29.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 CC = $(REAL_CC)
    2 noinst_LIBRARIES = libgetopt.a
    3 libgetopt_a_SOURCES = getopt.c getopt1.c
    4 
    5 getopt.o: getopt.c
    6 	$(CC) -o $@ -c $<
    7 	cp $@ ../src
    8 getopt1.o: getopt1.c
    9 	$(CC) -o $@ -c $<
   10 	cp $@ ../src
   11