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