@@ -51,8 +51,7 @@ CONFIG_HEADER = $(top_builddir)/fpm_autoconfig.h
51
51
CONFIG_CLEAN_FILES =
52
52
LTLIBRARIES = $(noinst_LTLIBRARIES )
53
53
libsapi_la_LIBADD =
54
- am_libsapi_la_OBJECTS = libsapi_la-cgi_main.lo libsapi_la-fastcgi.lo \
55
- libsapi_la-getopt.lo
54
+ am_libsapi_la_OBJECTS = libsapi_la-cgi_main.lo libsapi_la-fastcgi.lo
56
55
libsapi_la_OBJECTS = $(am_libsapi_la_OBJECTS )
57
56
DEFAULT_INCLUDES = -I. -I$(srcdir ) -I$(top_builddir )
58
57
depcomp = $(SHELL ) $(top_srcdir ) /depcomp
@@ -214,8 +213,7 @@ noinst_LTLIBRARIES = libsapi.la
214
213
libsapi_la_CFLAGS = -DFPM_AUTOCONFIG_H
215
214
libsapi_la_SOURCES = \
216
215
cgi_main.c \
217
- fastcgi.c \
218
- getopt.c
216
+ fastcgi.c
219
217
220
218
all : all-am
221
219
@@ -270,7 +268,6 @@ distclean-compile:
270
268
271
269
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsapi_la-cgi_main.Plo@am__quote@
272
270
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsapi_la-fastcgi.Plo@am__quote@
273
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsapi_la-getopt.Plo@am__quote@
274
271
275
272
.c.o :
276
273
@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
@@ -307,13 +304,6 @@ libsapi_la-fastcgi.lo: fastcgi.c
307
304
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
308
305
@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsapi_la_CFLAGS) $(CFLAGS) -c -o libsapi_la-fastcgi.lo `test -f 'fastcgi.c' || echo '$(srcdir)/'`fastcgi.c
309
306
310
- libsapi_la-getopt.lo : getopt.c
311
- @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsapi_la_CFLAGS) $(CFLAGS) -MT libsapi_la-getopt.lo -MD -MP -MF "$(DEPDIR)/libsapi_la-getopt.Tpo" -c -o libsapi_la-getopt.lo `test -f 'getopt.c' || echo '$(srcdir)/'`getopt.c; \
312
- @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libsapi_la-getopt.Tpo" "$(DEPDIR)/libsapi_la-getopt.Plo"; else rm -f "$(DEPDIR)/libsapi_la-getopt.Tpo"; exit 1; fi
313
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='getopt.c' object='libsapi_la-getopt.lo' libtool=yes @AMDEPBACKSLASH@
314
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
315
- @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsapi_la_CFLAGS) $(CFLAGS) -c -o libsapi_la-getopt.lo `test -f 'getopt.c' || echo '$(srcdir)/'`getopt.c
316
-
317
307
mostlyclean-libtool :
318
308
-rm -f * .lo
319
309
0 commit comments