/[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.2.4.4 by npg, Sat Jul 26 09:54:19 2003 UTC revision 1.2.4.5 by npg, Mon Aug 18 04:58:23 2003 UTC
# Line 1  Line 1 
1  .SUFFIXES: .pc .c .o .h  # Makefile.in generated automatically by automake 1.4-p6 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    APXS2BASE = @APXS2BASE@
66    APXSBASE = @APXSBASE@
67    AR = @AR@
68    ARFLAGS = @ARFLAGS@
69    BUILD_DIR = @BUILD_DIR@
70    CC = @CC@
71    DEVELMODULES = @DEVELMODULES@
72    DGVERSION = @DGVERSION@
73    DOTGNUVERSION = @DOTGNUVERSION@
74    GLIBBASE = @GLIBBASE@
75    GROUP = @GROUP@
76    GWBASE = @GWBASE@
77    HAVE_LIB = @HAVE_LIB@
78    LIB = @LIB@
79    LMBASE = @LMBASE@
80    LOCAL_CFLAGS = @LOCAL_CFLAGS@
81    LOCAL_DEFS = @LOCAL_DEFS@
82    LOCAL_LDFLAGS = @LOCAL_LDFLAGS@
83    LTLIB = @LTLIB@
84    MAINT = @MAINT@
85    MAKEINFO = @MAKEINFO@
86    MAKE_SHELL = @MAKE_SHELL@
87    NE_VER_MAJOR = @NE_VER_MAJOR@
88    NE_VER_MINOR = @NE_VER_MINOR@
89    PACKAGE = @PACKAGE@
90    PNETBASE = @PNETBASE@
91    PXLBASE = @PXLBASE@
92    PYTHONVM = @PYTHONVM@
93    RANLIB = @RANLIB@
94    REPOSDIR = @REPOSDIR@
95    SPOOLDIR = @SPOOLDIR@
96    USER = @USER@
97    VERSION = @VERSION@
98    VER_MAJOR = @VER_MAJOR@
99    VER_MINOR = @VER_MINOR@
100    host_cpu = @host_cpu@
101    host_os = @host_os@
102    sandbox = @sandbox@
103    
104    TARGET = DGpnetVM
105  prefix = $(DESTDIR)@prefix@  prefix = $(DESTDIR)@prefix@
106  exec_prefix = @exec_prefix@  exec_prefix = @exec_prefix@
107  libexec = @libexecdir@/dgee/  BIN = @libexecdir@/dgee/
108    INC =
109    OBJ = obj
110    
111  BIN = ${libexec}  OBJF =  pnetvmMain.o pnetServices.o pnetvm.o
 INC     =  
 OBJ     = obj  
   
 OBJF=\  
 pnetvmMain.o \  
 pnetServices.o \  
 pnetvm.o  
112    
113  ALLINC  = -I. -I../dglib -I@PXLBASE@/include -I@PNETBASE@/include/pnet -I@GWBASE@/include/goldwater -I/home/chris/src/portable_net/pnet/libg/include  
114    ALLINC = -I. -I@top_srcdir@/dglib -I@PXLBASE@/include -I@PNETBASE@/include/pnet -I@GWBASE@/include/goldwater
115  CFLAGS = @CFLAGS@ -D_SVID_SOURCE @LOCAL_CFLAGS@ -c $(ALLINC)  CFLAGS = @CFLAGS@ -D_SVID_SOURCE @LOCAL_CFLAGS@ -c $(ALLINC)
116    
117  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@
118    
119  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
120    
121  OBJS = $(addprefix $(OBJ)/,$(OBJF))  OBJS = $(addprefix $(OBJ)/,$(OBJF))
122    mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
123    CONFIG_HEADER = ../dglib/dgconf.h
124    CONFIG_CLEAN_FILES =
125    DIST_COMMON =  Makefile.am Makefile.in
126    
127    
128    DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
129    
130    TAR = tar
131    GZIP_ENV = --best
132    all: all-redirect
133    .SUFFIXES:
134    $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
135            cd $(top_srcdir) && $(AUTOMAKE) --gnu pnetvm/Makefile
136    
137    Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
138            cd $(top_builddir) \
139              && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
140    
141    tags: TAGS
142    TAGS:
143    
144    
145    distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
146    
147    subdir = pnetvm
148    
149    distdir: $(DISTFILES)
150            here=`cd $(top_builddir) && pwd`; \
151            top_distdir=`cd $(top_distdir) && pwd`; \
152            distdir=`cd $(distdir) && pwd`; \
153            cd $(top_srcdir) \
154              && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu pnetvm/Makefile
155            @for file in $(DISTFILES); do \
156              d=$(srcdir); \
157              if test -d $$d/$$file; then \
158                cp -pr $$d/$$file $(distdir)/$$file; \
159              else \
160                test -f $(distdir)/$$file \
161                || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
162                || cp -p $$d/$$file $(distdir)/$$file || :; \
163              fi; \
164            done
165    info-am:
166    info: info-am
167    dvi-am:
168    dvi: dvi-am
169    check-am: all-am
170    check: check-am
171    installcheck-am:
172    installcheck: installcheck-am
173    install-exec-am:
174    install-exec: install-exec-am
175    
176    install-data-am:
177    install-data: install-data-am
178    
179    install-am: all-am
180            @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
181    install: install-am
182    uninstall-am:
183    uninstall: uninstall-am
184    all-am: Makefile
185    all-redirect: all-am
186    install-strip:
187            $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
188    installdirs:
189    
190    
191    mostlyclean-generic:
192    
193    clean-generic:
194    
195    distclean-generic:
196            -rm -f Makefile $(CONFIG_CLEAN_FILES)
197            -rm -f config.cache config.log stamp-h stamp-h[0-9]*
198    
199    maintainer-clean-generic:
200    mostlyclean-am:  mostlyclean-generic
201    
202    mostlyclean: mostlyclean-am
203    
204    clean-am:  clean-generic mostlyclean-am
205    
206    clean: clean-am
207    
208    distclean-am:  distclean-generic clean-am
209    
210    distclean: distclean-am
211    
212    maintainer-clean-am:  maintainer-clean-generic distclean-am
213            @echo "This command is intended for maintainers to use;"
214            @echo "it deletes files that may require special tools to rebuild."
215    
216    maintainer-clean: maintainer-clean-am
217    
218    .PHONY: tags distdir info-am info dvi-am dvi check check-am \
219    installcheck-am installcheck install-exec-am install-exec \
220    install-data-am install-data install-am install uninstall-am uninstall \
221    all-redirect all-am all installdirs mostlyclean-generic \
222    distclean-generic clean-generic maintainer-clean-generic clean \
223    mostlyclean distclean maintainer-clean
224    
225    
226  all: directories $(TARGET)  all: directories $(TARGET)
227  fresh: clean all  fresh: clean all
# Line 41  clean: Line 240  clean:
240          rm -f $(TARGET) $(OBJS)          rm -f $(TARGET) $(OBJS)
241    
242  distclean: clean  distclean: clean
243            rm -f *~
244            rm -f \#*
245            rm -f core
246          rm -rf $(OBJ)          rm -rf $(OBJ)
247          rm -f Makefile          rm -f Makefile
248    
249  install:  install:
250          @echo "Installing $(TARGET)..."          @echo "Installing $(TARGET)..."
251          @../mkinstalldirs $(BIN)          $(mkinstalldirs) $(BIN)
252          @../install-sh -c $(TARGET) $(BIN)          $(INSTALL) -c $(TARGET) $(BIN)
253    
254    # Tell versions [3.59,3.63) of GNU make to not export all variables.
255    # Otherwise a system limit (for SysV at least) may be exceeded.
256    .NOEXPORT:

Legend:
Removed from v.1.2.4.4  
changed lines
  Added in v.1.2.4.5

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