@@ -51,7 +51,8 @@ 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
54
+ am_libsapi_la_OBJECTS = libsapi_la-cgi_main.lo libsapi_la-fastcgi.lo \
55
+ libsapi_la-getopt.lo
55
56
libsapi_la_OBJECTS = $(am_libsapi_la_OBJECTS )
56
57
DEFAULT_INCLUDES = -I. -I$(srcdir ) -I$(top_builddir )
57
58
depcomp = $(SHELL ) $(top_srcdir ) /depcomp
@@ -213,7 +214,8 @@ noinst_LTLIBRARIES = libsapi.la
213
214
libsapi_la_CFLAGS = -DFPM_AUTOCONFIG_H
214
215
libsapi_la_SOURCES = \
215
216
cgi_main.c \
216
- fastcgi.c
217
+ fastcgi.c \
218
+ getopt.c
217
219
218
220
all : all-am
219
221
@@ -268,6 +270,7 @@ distclean-compile:
268
270
269
271
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsapi_la-cgi_main.Plo@am__quote@
270
272
@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@
271
274
272
275
.c.o :
273
276
@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
@@ -304,6 +307,13 @@ libsapi_la-fastcgi.lo: fastcgi.c
304
307
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
305
308
@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
306
309
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
+
307
317
mostlyclean-libtool :
308
318
-rm -f * .lo
309
319
0 commit comments