ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/lib/Makefile.in
(Generate patch)

Comparing gvpe/lib/Makefile.in (file contents):
Revision 1.11 by root, Thu Jun 30 11:43:38 2016 UTC vs.
Revision 1.12 by root, Thu Oct 25 03:13:13 2018 UTC

159target_cpu = @target_cpu@ 159target_cpu = @target_cpu@
160target_os = @target_os@ 160target_os = @target_os@
161target_vendor = @target_vendor@ 161target_vendor = @target_vendor@
162noinst_LIBRARIES = libgvpe.a 162noinst_LIBRARIES = libgvpe.a
163 163
164libgvpe_a_SOURCES = pidfile.c getopt.c getopt1.c dropin.c 164libgvpe_a_SOURCES = pidfile.c getopt1.c dropin.c
165 165
166libgvpe_a_LIBADD = @LIBOBJS@ @ALLOCA@ 166libgvpe_a_LIBADD = @LIBOBJS@ @ALLOCA@
167libgvpe_a_DEPENDENCIES = $(libgvpe_a_LIBADD) 167libgvpe_a_DEPENDENCIES = $(libgvpe_a_LIBADD)
168 168
169noinst_HEADERS = pidfile.h getopt.h dropin.h gettext.h 169noinst_HEADERS = pidfile.h dropin.h gettext.h
170subdir = lib 170subdir = lib
171ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 171ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
172mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 172mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
173CONFIG_HEADER = $(top_builddir)/config.h 173CONFIG_HEADER = $(top_builddir)/config.h
174CONFIG_CLEAN_FILES = 174CONFIG_CLEAN_FILES =
175LIBRARIES = $(noinst_LIBRARIES) 175LIBRARIES = $(noinst_LIBRARIES)
176 176
177libgvpe_a_AR = $(AR) cru 177libgvpe_a_AR = $(AR) cru
178am_libgvpe_a_OBJECTS = pidfile.$(OBJEXT) getopt.$(OBJEXT) \ 178am_libgvpe_a_OBJECTS = pidfile.$(OBJEXT) getopt1.$(OBJEXT) \
179 getopt1.$(OBJEXT) dropin.$(OBJEXT) 179 dropin.$(OBJEXT)
180libgvpe_a_OBJECTS = $(am_libgvpe_a_OBJECTS) 180libgvpe_a_OBJECTS = $(am_libgvpe_a_OBJECTS)
181 181
182DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) 182DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
183depcomp = $(SHELL) $(top_srcdir)/depcomp 183depcomp = $(SHELL) $(top_srcdir)/depcomp
184am__depfiles_maybe = depfiles 184am__depfiles_maybe = depfiles
185@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/alloca.Po ./$(DEPDIR)/dropin.Po \ 185@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/alloca.Po ./$(DEPDIR)/dropin.Po \
186@AMDEP_TRUE@ ./$(DEPDIR)/getopt.Po ./$(DEPDIR)/getopt1.Po \
187@AMDEP_TRUE@ ./$(DEPDIR)/pidfile.Po 186@AMDEP_TRUE@ ./$(DEPDIR)/getopt1.Po ./$(DEPDIR)/pidfile.Po
188COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 187COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
189 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 188 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
190CCLD = $(CC) 189CCLD = $(CC)
191LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 190LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
192DIST_SOURCES = $(libgvpe_a_SOURCES) 191DIST_SOURCES = $(libgvpe_a_SOURCES)
221distclean-compile: 220distclean-compile:
222 -rm -f *.tab.c 221 -rm -f *.tab.c
223 222
224@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/alloca.Po@am__quote@ 223@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/alloca.Po@am__quote@
225@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dropin.Po@am__quote@ 224@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dropin.Po@am__quote@
226@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@
227@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1.Po@am__quote@ 225@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1.Po@am__quote@
228@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pidfile.Po@am__quote@ 226@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pidfile.Po@am__quote@
229 227
230.c.o: 228.c.o:
231@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ 229@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines