Last change
on this file since 1411 was
1411,
checked in by stefan, 11 years ago
|
revert my recent changes related to BSPsplit after copying them into branches
|
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
1.2 KB
|
Line | |
---|
1 | # Copyright (C) 2003, 2007 International Business Machines and others. |
---|
2 | # All Rights Reserved. |
---|
3 | # This file is distributed under the Common Public License. |
---|
4 | |
---|
5 | ## $Id: Makefile.am 1411 2009-09-13 18:24:20Z stefan $ |
---|
6 | |
---|
7 | AUTOMAKE_OPTIONS = foreign |
---|
8 | |
---|
9 | EXTRA_DIST = get.ASL INSTALL.ASL |
---|
10 | |
---|
11 | ######################################################################## |
---|
12 | # Extra Targets # |
---|
13 | ######################################################################## |
---|
14 | |
---|
15 | compdir = compdir |
---|
16 | |
---|
17 | libampl = $(AMPLSOLVER_A) |
---|
18 | |
---|
19 | if SKIPMAKE |
---|
20 | alltargets = |
---|
21 | else |
---|
22 | alltargets = $(libampl) stdio1.h arith.h funcadd0.$(OBJEXT) |
---|
23 | endif |
---|
24 | |
---|
25 | all-local: $(alltargets) |
---|
26 | |
---|
27 | if MSVC_COMPILE |
---|
28 | $(libampl): |
---|
29 | ./compile_MS_ASL |
---|
30 | else |
---|
31 | $(libampl): |
---|
32 | ./compile_Unix_ASL |
---|
33 | endif |
---|
34 | |
---|
35 | stdio1.h arith.h funcadd0.$(OBJEXT): $(libampl) |
---|
36 | |
---|
37 | CLEANFILES = $(libampl) stdio1.h arith.h funcadd0.$(OBJEXT) |
---|
38 | |
---|
39 | ######################################################################## |
---|
40 | # Maintainer Stuff # |
---|
41 | ######################################################################## |
---|
42 | |
---|
43 | # Files that are generated and should be cleaned with make distclean |
---|
44 | DISTCLEANFILES = $(MAKEOKFILE) |
---|
45 | |
---|
46 | include ../../BuildTools/Makemain.inc |
---|
Note: See
TracBrowser
for help on using the repository browser.