/[dgee]/dgee/pnetvm/Makefile.in
ViewVC logotype

Diff of /dgee/pnetvm/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by csmith, Tue Apr 22 12:47:51 2003 UTC revision 1.6 by csmith, Sun Sep 21 10:37:59 2003 UTC
# Line 1  Line 1 
1  .SUFFIXES: .pc .c .o .h  # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
2    
3  TARGET  = DGpnetVM  # Copyright (C) 1994, 1995-8, 1999, 2001 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    
8    # This program is distributed in the hope that it will be useful,
9    # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10    # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11    # PARTICULAR PURPOSE.
12    
13    
14    SHELL = @SHELL@
15    
16    srcdir = @srcdir@
17    top_srcdir = @top_srcdir@
18    VPATH = @srcdir@
19    
20    bindir = @bindir@
21    sbindir = @sbindir@
22    libexecdir = @libexecdir@
23    datadir = @datadir@
24    sysconfdir = @sysconfdir@
25    sharedstatedir = @sharedstatedir@
26    localstatedir = @localstatedir@
27    libdir = @libdir@
28    infodir = @infodir@
29    mandir = @mandir@
30    includedir = @includedir@
31    oldincludedir = /usr/include
32    
33    DESTDIR =
34    
35    pkgdatadir = $(datadir)/@PACKAGE@
36    pkglibdir = $(libdir)/@PACKAGE@
37    pkgincludedir = $(includedir)/@PACKAGE@
38    
39    top_builddir = ..
40    
41    ACLOCAL = @ACLOCAL@
42    AUTOCONF = @AUTOCONF@
43    AUTOMAKE = @AUTOMAKE@
44    AUTOHEADER = @AUTOHEADER@
45    
46    INSTALL = @INSTALL@
47    INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
48    INSTALL_DATA = @INSTALL_DATA@
49    INSTALL_SCRIPT = @INSTALL_SCRIPT@
50    transform = @program_transform_name@
51    
52    NORMAL_INSTALL = :
53    PRE_INSTALL = :
54    POST_INSTALL = :
55    NORMAL_UNINSTALL = :
56    PRE_UNINSTALL = :
57    POST_UNINSTALL = :
58    build_alias = @build_alias@
59    build_triplet = @build@
60    host_alias = @host_alias@
61    host_triplet = @host@
62    target_alias = @target_alias@
63    target_triplet = @target@
64    APXS = @APXS@
65    APXS2 = @APXS2@
66    APXS2BASE = @APXS2BASE@
67    APXSBASE = @APXSBASE@
68    AR = @AR@
69    ARFLAGS = @ARFLAGS@
70    BUILD_DIR = @BUILD_DIR@
71    CC = @CC@
72    DEVELMODULES = @DEVELMODULES@
73    DGVERSION = @DGVERSION@
74    DOTGNUVERSION = @DOTGNUVERSION@
75    GLIBBASE = @GLIBBASE@
76    GROUP = @GROUP@
77    GWBASE = @GWBASE@
78    LMBASE = @LMBASE@
79    LOCAL_CFLAGS = @LOCAL_CFLAGS@
80    LOCAL_DEFS = @LOCAL_DEFS@
81    LOCAL_LDFLAGS = @LOCAL_LDFLAGS@
82    MAINT = @MAINT@
83    MAKEINFO = @MAKEINFO@
84    MAKE_SHELL = @MAKE_SHELL@
85    NE_VER_MAJOR = @NE_VER_MAJOR@
86    NE_VER_MINOR = @NE_VER_MINOR@
87    PACKAGE = @PACKAGE@
88    PNETBASE = @PNETBASE@
89    PXLBASE = @PXLBASE@
90    PYTHONVM = @PYTHONVM@
91    RANLIB = @RANLIB@
92    REPOSDIR = @REPOSDIR@
93    SPOOLDIR = @SPOOLDIR@
94    USER = @USER@
95    VERSION = @VERSION@
96    VER_MAJOR = @VER_MAJOR@
97    VER_MINOR = @VER_MINOR@
98    host_cpu = @host_cpu@
99    host_os = @host_os@
100    sandbox = @sandbox@
101    
102    TARGET = DGpnetVM
103  prefix = $(DESTDIR)@prefix@  prefix = $(DESTDIR)@prefix@
104  exec_prefix = @exec_prefix@  exec_prefix = @exec_prefix@
105  libexec = @libexecdir@/dgee/  BIN = @libexecdir@/dgee/
106    INC =
107    OBJ = obj
108    
109  BIN = ${libexec}  OBJF = \
 INC     =  
 OBJ     = obj  
   
 OBJF=\  
110  pnetvmMain.o \  pnetvmMain.o \
111  pnetServices.o \  pnetServices.o \
112    clrCache.o \
113  pnetvm.o  pnetvm.o
114    
115  ALLINC  = -I. -I../dglib -I@PXLBASE@/include -I@PNETBASE@/include/pnet -I@GWBASE@/include/goldwater -I/home/chris/src/portable_net/pnet/libg/include  
116    ALLINC = -I. -I@top_srcdir@/dglib -I@PXLBASE@/include -I@PNETBASE@/include/pnet -I@GWBASE@/include/goldwater
117  CFLAGS = @CFLAGS@ -D_SVID_SOURCE @LOCAL_CFLAGS@ -c $(ALLINC)  CFLAGS = @CFLAGS@ -D_SVID_SOURCE @LOCAL_CFLAGS@ -c $(ALLINC)
118    
119  LFLAG   = -L../dglib -L@PXLBASE@/lib -L@GWBASE@/lib -ldgee -lgwtx -lpxtra @LOCAL_LDFLAGS@  LFLAG = -L@top_srcdir@/dglib -L@PXLBASE@/lib -L@GWBASE@/lib -ldgee -lgwtx -lpxtra @LOCAL_LDFLAGS@
120    
121  ILLFLAG = -L@PNETBASE@/lib -L@PNETBASE@/lib/pnet -L@PXLBASE@/lib -L@GWBASE@/lib -lILEngine -lILDumpAsm -lILImage -lILSupport -lffi -lnsl @LOCAL_LDFLAGS@ -lm -lpthread -lgc  ILLFLAG = -L@PNETBASE@/lib -L@PNETBASE@/lib/pnet -L@PXLBASE@/lib -L@GWBASE@/lib -lILEngine -lILDumpAsm -lILImage -lILSupport -lffi -lnsl @LOCAL_LDFLAGS@ -lm -lpthread -lgc -lz
122    
123  OBJS = $(addprefix $(OBJ)/,$(OBJF))  OBJS = $(addprefix $(OBJ)/,$(OBJF))
124    mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
125    CONFIG_HEADER = ../dglib/dgconf.h
126    CONFIG_CLEAN_FILES =
127    DIST_COMMON =  Makefile.am Makefile.in
128    
129    
130    DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
131    
132    TAR = gtar
133    GZIP_ENV = --best
134    all: all-redirect
135    .SUFFIXES:
136    $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
137            cd $(top_srcdir) && $(AUTOMAKE) --gnu pnetvm/Makefile
138    
139    Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
140            cd $(top_builddir) \
141              && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
142    
143    tags: TAGS
144    TAGS:
145    
146    
147    distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
148    
149    subdir = pnetvm
150    
151    distdir: $(DISTFILES)
152            here=`cd $(top_builddir) && pwd`; \
153            top_distdir=`cd $(top_distdir) && pwd`; \
154            distdir=`cd $(distdir) && pwd`; \
155            cd $(top_srcdir) \
156              && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu pnetvm/Makefile
157            @for file in $(DISTFILES); do \
158              d=$(srcdir); \
159              if test -d $$d/$$file; then \
160                cp -pr $$d/$$file $(distdir)/$$file; \
161              else \
162                test -f $(distdir)/$$file \
163                || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
164                || cp -p $$d/$$file $(distdir)/$$file || :; \
165              fi; \
166            done
167    info-am:
168    info: info-am
169    dvi-am:
170    dvi: dvi-am
171    check-am: all-am
172    check: check-am
173    installcheck-am:
174    installcheck: installcheck-am
175    install-exec-am:
176    install-exec: install-exec-am
177    
178    install-data-am:
179    install-data: install-data-am
180    
181    install-am: all-am
182            @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
183    install: install-am
184    uninstall-am:
185    uninstall: uninstall-am
186    all-am: Makefile
187    all-redirect: all-am
188    install-strip:
189            $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
190    installdirs:
191    
192    
193    mostlyclean-generic:
194    
195    clean-generic:
196    
197    distclean-generic:
198            -rm -f Makefile $(CONFIG_CLEAN_FILES)
199            -rm -f config.cache config.log stamp-h stamp-h[0-9]*
200    
201    maintainer-clean-generic:
202    mostlyclean-am:  mostlyclean-generic
203    
204    mostlyclean: mostlyclean-am
205    
206    clean-am:  clean-generic mostlyclean-am
207    
208    clean: clean-am
209    
210    distclean-am:  distclean-generic clean-am
211    
212    distclean: distclean-am
213    
214    maintainer-clean-am:  maintainer-clean-generic distclean-am
215            @echo "This command is intended for maintainers to use;"
216            @echo "it deletes files that may require special tools to rebuild."
217    
218    maintainer-clean: maintainer-clean-am
219    
220    .PHONY: tags distdir info-am info dvi-am dvi check check-am \
221    installcheck-am installcheck install-exec-am install-exec \
222    install-data-am install-data install-am install uninstall-am uninstall \
223    all-redirect all-am all installdirs mostlyclean-generic \
224    distclean-generic clean-generic maintainer-clean-generic clean \
225    mostlyclean distclean maintainer-clean
226    
227    
228  all: directories $(TARGET)  all: directories $(TARGET)
229  fresh: clean all  fresh: clean all
# Line 30  fresh: clean all Line 231  fresh: clean all
231  directories:  directories:
232          @if test ! -d "./obj"; then mkdir obj; fi          @if test ! -d "./obj"; then mkdir obj; fi
233    
 directories:  
   
234  $(TARGET): $(OBJS)  $(TARGET): $(OBJS)
235          $(CC) -g $(OBJS) -rdynamic $(LFLAG) $(ILLFLAG) -lgwbs -o$@          $(CC) $(OBJS) -rdynamic $(LFLAG) $(ILLFLAG) -lgwbs -o$@
236          @echo          @echo
237    
238  $(OBJ)/%.o:%.c  $(OBJ)/%.o:%.c
# Line 43  clean: Line 242  clean:
242          rm -f $(TARGET) $(OBJS)          rm -f $(TARGET) $(OBJS)
243    
244  distclean: clean  distclean: clean
245          rmdir $(OBJ)          rm -f *~
246            rm -f \#*
247            rm -f core
248            rm -rf $(OBJ)
249          rm -f Makefile          rm -f Makefile
250    
251  install:  install:
252          @echo "Installing $(TARGET)..."          @echo "Installing $(TARGET)..."
253          @../mkinstalldirs $(BIN)          $(mkinstalldirs) $(BIN)
254          @../install-sh -c $(TARGET) $(BIN)          $(INSTALL) -c $(TARGET) $(BIN)
255    
256    # Tell versions [3.59,3.63) of GNU make to not export all variables.
257    # Otherwise a system limit (for SysV at least) may be exceeded.
258    .NOEXPORT:

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26