The source code and dockerfile for the GSW2024 AI Lab.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

559 lines
17 KiB

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