COIN-OR::LEMON - Graph Library

source: lemon-project-template-glpk/deps/glpk/examples/Makefile.in

subpack-glpk
Last change on this file was 9:33de93886c88, checked in by Alpar Juttner <alpar@…>, 13 years ago

Import GLPK 4.47

File size: 15.6 KB
Line 
1# Makefile.in generated by automake 1.11.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkglibexecdir = $(libexecdir)/@PACKAGE@
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24install_sh_DATA = $(install_sh) -c -m 644
25install_sh_PROGRAM = $(install_sh) -c
26install_sh_SCRIPT = $(install_sh) -c
27INSTALL_HEADER = $(INSTALL_DATA)
28transform = $(program_transform_name)
29NORMAL_INSTALL = :
30PRE_INSTALL = :
31POST_INSTALL = :
32NORMAL_UNINSTALL = :
33PRE_UNINSTALL = :
34POST_UNINSTALL = :
35build_triplet = @build@
36host_triplet = @host@
37bin_PROGRAMS = glpsol$(EXEEXT)
38subdir = examples
39DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
40ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
42        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
43        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
44        $(top_srcdir)/configure.ac
45am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46        $(ACLOCAL_M4)
47mkinstalldirs = $(install_sh) -d
48CONFIG_HEADER = $(top_builddir)/config.h
49CONFIG_CLEAN_FILES =
50CONFIG_CLEAN_VPATH_FILES =
51am__installdirs = "$(DESTDIR)$(bindir)"
52PROGRAMS = $(bin_PROGRAMS)
53am_glpsol_OBJECTS = glpsol.$(OBJEXT)
54glpsol_OBJECTS = $(am_glpsol_OBJECTS)
55glpsol_LDADD = $(LDADD)
56glpsol_DEPENDENCIES = ../src/libglpk.la
57DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
58depcomp = $(SHELL) $(top_srcdir)/depcomp
59am__depfiles_maybe = depfiles
60am__mv = mv -f
61COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
62        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
63LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
64        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
65        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
66CCLD = $(CC)
67LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
68        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
69        $(LDFLAGS) -o $@
70SOURCES = $(glpsol_SOURCES)
71DIST_SOURCES = $(glpsol_SOURCES)
72ETAGS = etags
73CTAGS = ctags
74DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
75ACLOCAL = @ACLOCAL@
76AMTAR = @AMTAR@
77AR = @AR@
78AUTOCONF = @AUTOCONF@
79AUTOHEADER = @AUTOHEADER@
80AUTOMAKE = @AUTOMAKE@
81AWK = @AWK@
82CC = @CC@
83CCDEPMODE = @CCDEPMODE@
84CFLAGS = @CFLAGS@
85CPP = @CPP@
86CPPFLAGS = @CPPFLAGS@
87CYGPATH_W = @CYGPATH_W@
88DEFS = @DEFS@
89DEPDIR = @DEPDIR@
90DLLTOOL = @DLLTOOL@
91DSYMUTIL = @DSYMUTIL@
92DUMPBIN = @DUMPBIN@
93ECHO_C = @ECHO_C@
94ECHO_N = @ECHO_N@
95ECHO_T = @ECHO_T@
96EGREP = @EGREP@
97EXEEXT = @EXEEXT@
98FGREP = @FGREP@
99GREP = @GREP@
100INSTALL = @INSTALL@
101INSTALL_DATA = @INSTALL_DATA@
102INSTALL_PROGRAM = @INSTALL_PROGRAM@
103INSTALL_SCRIPT = @INSTALL_SCRIPT@
104INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
105LD = @LD@
106LDFLAGS = @LDFLAGS@
107LIBOBJS = @LIBOBJS@
108LIBS = @LIBS@
109LIBTOOL = @LIBTOOL@
110LIPO = @LIPO@
111LN_S = @LN_S@
112LTLIBOBJS = @LTLIBOBJS@
113MAKEINFO = @MAKEINFO@
114MKDIR_P = @MKDIR_P@
115NM = @NM@
116NMEDIT = @NMEDIT@
117OBJDUMP = @OBJDUMP@
118OBJEXT = @OBJEXT@
119OTOOL = @OTOOL@
120OTOOL64 = @OTOOL64@
121PACKAGE = @PACKAGE@
122PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
123PACKAGE_NAME = @PACKAGE_NAME@
124PACKAGE_STRING = @PACKAGE_STRING@
125PACKAGE_TARNAME = @PACKAGE_TARNAME@
126PACKAGE_URL = @PACKAGE_URL@
127PACKAGE_VERSION = @PACKAGE_VERSION@
128PATH_SEPARATOR = @PATH_SEPARATOR@
129RANLIB = @RANLIB@
130SED = @SED@
131SET_MAKE = @SET_MAKE@
132SHELL = @SHELL@
133STRIP = @STRIP@
134VERSION = @VERSION@
135abs_builddir = @abs_builddir@
136abs_srcdir = @abs_srcdir@
137abs_top_builddir = @abs_top_builddir@
138abs_top_srcdir = @abs_top_srcdir@
139ac_ct_CC = @ac_ct_CC@
140ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
141am__include = @am__include@
142am__leading_dot = @am__leading_dot@
143am__quote = @am__quote@
144am__tar = @am__tar@
145am__untar = @am__untar@
146bindir = @bindir@
147build = @build@
148build_alias = @build_alias@
149build_cpu = @build_cpu@
150build_os = @build_os@
151build_vendor = @build_vendor@
152builddir = @builddir@
153datadir = @datadir@
154datarootdir = @datarootdir@
155docdir = @docdir@
156dvidir = @dvidir@
157exec_prefix = @exec_prefix@
158host = @host@
159host_alias = @host_alias@
160host_cpu = @host_cpu@
161host_os = @host_os@
162host_vendor = @host_vendor@
163htmldir = @htmldir@
164includedir = @includedir@
165infodir = @infodir@
166install_sh = @install_sh@
167libdir = @libdir@
168libexecdir = @libexecdir@
169localedir = @localedir@
170localstatedir = @localstatedir@
171mandir = @mandir@
172mkdir_p = @mkdir_p@
173oldincludedir = @oldincludedir@
174pdfdir = @pdfdir@
175prefix = @prefix@
176program_transform_name = @program_transform_name@
177psdir = @psdir@
178sbindir = @sbindir@
179sharedstatedir = @sharedstatedir@
180srcdir = @srcdir@
181sysconfdir = @sysconfdir@
182target_alias = @target_alias@
183to_host_path_cmd = @to_host_path_cmd@
184top_build_prefix = @top_build_prefix@
185top_builddir = @top_builddir@
186top_srcdir = @top_srcdir@
187INCLUDES = -I$(srcdir)/../src
188LDADD = ../src/libglpk.la
189glpsol_SOURCES = glpsol.c
190all: all-am
191
192.SUFFIXES:
193.SUFFIXES: .c .lo .o .obj
194$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
195        @for dep in $?; do \
196          case '$(am__configure_deps)' in \
197            *$$dep*) \
198              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
199                && { if test -f $@; then exit 0; else break; fi; }; \
200              exit 1;; \
201          esac; \
202        done; \
203        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu examples/Makefile'; \
204        $(am__cd) $(top_srcdir) && \
205          $(AUTOMAKE) --gnu examples/Makefile
206.PRECIOUS: Makefile
207Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
208        @case '$?' in \
209          *config.status*) \
210            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
211          *) \
212            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
213            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
214        esac;
215
216$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
217        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
218
219$(top_srcdir)/configure:  $(am__configure_deps)
220        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
221$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
222        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
223$(am__aclocal_m4_deps):
224install-binPROGRAMS: $(bin_PROGRAMS)
225        @$(NORMAL_INSTALL)
226        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
227        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
228        for p in $$list; do echo "$$p $$p"; done | \
229        sed 's/$(EXEEXT)$$//' | \
230        while read p p1; do if test -f $$p || test -f $$p1; \
231          then echo "$$p"; echo "$$p"; else :; fi; \
232        done | \
233        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
234            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
235        sed 'N;N;N;s,\n, ,g' | \
236        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
237          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
238            if ($$2 == $$4) files[d] = files[d] " " $$1; \
239            else { print "f", $$3 "/" $$4, $$1; } } \
240          END { for (d in files) print "f", d, files[d] }' | \
241        while read type dir files; do \
242            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
243            test -z "$$files" || { \
244            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
245            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
246            } \
247        ; done
248
249uninstall-binPROGRAMS:
250        @$(NORMAL_UNINSTALL)
251        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
252        files=`for p in $$list; do echo "$$p"; done | \
253          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
254              -e 's/$$/$(EXEEXT)/' `; \
255        test -n "$$list" || exit 0; \
256        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
257        cd "$(DESTDIR)$(bindir)" && rm -f $$files
258
259clean-binPROGRAMS:
260        @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
261        echo " rm -f" $$list; \
262        rm -f $$list || exit $$?; \
263        test -n "$(EXEEXT)" || exit 0; \
264        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
265        echo " rm -f" $$list; \
266        rm -f $$list
267glpsol$(EXEEXT): $(glpsol_OBJECTS) $(glpsol_DEPENDENCIES)
268        @rm -f glpsol$(EXEEXT)
269        $(LINK) $(glpsol_OBJECTS) $(glpsol_LDADD) $(LIBS)
270
271mostlyclean-compile:
272        -rm -f *.$(OBJEXT)
273
274distclean-compile:
275        -rm -f *.tab.c
276
277@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glpsol.Po@am__quote@
278
279.c.o:
280@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
281@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
282@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
283@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
284@am__fastdepCC_FALSE@   $(COMPILE) -c $<
285
286.c.obj:
287@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
288@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
289@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
290@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
291@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
292
293.c.lo:
294@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
295@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
296@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
297@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
298@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
299
300mostlyclean-libtool:
301        -rm -f *.lo
302
303clean-libtool:
304        -rm -rf .libs _libs
305
306ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
307        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
308        unique=`for i in $$list; do \
309            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
310          done | \
311          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
312              END { if (nonempty) { for (i in files) print i; }; }'`; \
313        mkid -fID $$unique
314tags: TAGS
315
316TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
317                $(TAGS_FILES) $(LISP)
318        set x; \
319        here=`pwd`; \
320        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
321        unique=`for i in $$list; do \
322            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
323          done | \
324          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
325              END { if (nonempty) { for (i in files) print i; }; }'`; \
326        shift; \
327        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
328          test -n "$$unique" || unique=$$empty_fix; \
329          if test $$# -gt 0; then \
330            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
331              "$$@" $$unique; \
332          else \
333            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
334              $$unique; \
335          fi; \
336        fi
337ctags: CTAGS
338CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
339                $(TAGS_FILES) $(LISP)
340        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
341        unique=`for i in $$list; do \
342            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
343          done | \
344          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
345              END { if (nonempty) { for (i in files) print i; }; }'`; \
346        test -z "$(CTAGS_ARGS)$$unique" \
347          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
348             $$unique
349
350GTAGS:
351        here=`$(am__cd) $(top_builddir) && pwd` \
352          && $(am__cd) $(top_srcdir) \
353          && gtags -i $(GTAGS_ARGS) "$$here"
354
355distclean-tags:
356        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
357
358distdir: $(DISTFILES)
359        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
360        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
361        list='$(DISTFILES)'; \
362          dist_files=`for file in $$list; do echo $$file; done | \
363          sed -e "s|^$$srcdirstrip/||;t" \
364              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
365        case $$dist_files in \
366          */*) $(MKDIR_P) `echo "$$dist_files" | \
367                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
368                           sort -u` ;; \
369        esac; \
370        for file in $$dist_files; do \
371          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
372          if test -d $$d/$$file; then \
373            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
374            if test -d "$(distdir)/$$file"; then \
375              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
376            fi; \
377            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
378              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
379              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
380            fi; \
381            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
382          else \
383            test -f "$(distdir)/$$file" \
384            || cp -p $$d/$$file "$(distdir)/$$file" \
385            || exit 1; \
386          fi; \
387        done
388check-am: all-am
389check: check-am
390all-am: Makefile $(PROGRAMS)
391installdirs:
392        for dir in "$(DESTDIR)$(bindir)"; do \
393          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
394        done
395install: install-am
396install-exec: install-exec-am
397install-data: install-data-am
398uninstall: uninstall-am
399
400install-am: all-am
401        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
402
403installcheck: installcheck-am
404install-strip:
405        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
406          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
407          `test -z '$(STRIP)' || \
408            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
409mostlyclean-generic:
410
411clean-generic:
412
413distclean-generic:
414        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
415        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
416
417maintainer-clean-generic:
418        @echo "This command is intended for maintainers to use"
419        @echo "it deletes files that may require special tools to rebuild."
420clean: clean-am
421
422clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
423
424distclean: distclean-am
425        -rm -rf ./$(DEPDIR)
426        -rm -f Makefile
427distclean-am: clean-am distclean-compile distclean-generic \
428        distclean-tags
429
430dvi: dvi-am
431
432dvi-am:
433
434html: html-am
435
436html-am:
437
438info: info-am
439
440info-am:
441
442install-data-am:
443
444install-dvi: install-dvi-am
445
446install-dvi-am:
447
448install-exec-am: install-binPROGRAMS
449
450install-html: install-html-am
451
452install-html-am:
453
454install-info: install-info-am
455
456install-info-am:
457
458install-man:
459
460install-pdf: install-pdf-am
461
462install-pdf-am:
463
464install-ps: install-ps-am
465
466install-ps-am:
467
468installcheck-am:
469
470maintainer-clean: maintainer-clean-am
471        -rm -rf ./$(DEPDIR)
472        -rm -f Makefile
473maintainer-clean-am: distclean-am maintainer-clean-generic
474
475mostlyclean: mostlyclean-am
476
477mostlyclean-am: mostlyclean-compile mostlyclean-generic \
478        mostlyclean-libtool
479
480pdf: pdf-am
481
482pdf-am:
483
484ps: ps-am
485
486ps-am:
487
488uninstall-am: uninstall-binPROGRAMS
489
490.MAKE: install-am install-strip
491
492.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
493        clean-generic clean-libtool ctags distclean distclean-compile \
494        distclean-generic distclean-libtool distclean-tags distdir dvi \
495        dvi-am html html-am info info-am install install-am \
496        install-binPROGRAMS install-data install-data-am install-dvi \
497        install-dvi-am install-exec install-exec-am install-html \
498        install-html-am install-info install-info-am install-man \
499        install-pdf install-pdf-am install-ps install-ps-am \
500        install-strip installcheck installcheck-am installdirs \
501        maintainer-clean maintainer-clean-generic mostlyclean \
502        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
503        pdf pdf-am ps ps-am tags uninstall uninstall-am \
504        uninstall-binPROGRAMS
505
506
507check: glpsol$(EXEEXT)
508        ./glpsol$(EXEEXT) --version
509        ./glpsol$(EXEEXT) --mps $(srcdir)/plan.mps
510
511# Tell versions [3.59,3.63) of GNU make to not export all variables.
512# Otherwise a system limit (for SysV at least) may be exceeded.
513.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.