/[gcl]/gcl/makefile
ViewVC logotype

Diff of /gcl/makefile

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

revision 1.104 by camm, Sun Sep 18 01:36:44 2005 UTC revision 1.105 by gene, Tue Nov 1 17:09:19 2005 UTC
# Line 123  gmp_all: $(GMPDIR)/Makefile Line 123  gmp_all: $(GMPDIR)/Makefile
123  $(GMPDIR)/mpn/mul_n.o $(GMPDIR)/mpn/lshift.o $(GMPDIR)/mpn/rshift.o: $(GMPDIR)/Makefile  $(GMPDIR)/mpn/mul_n.o $(GMPDIR)/mpn/lshift.o $(GMPDIR)/mpn/rshift.o: $(GMPDIR)/Makefile
124          cd $(@D) && $(MAKE) $(@F)          cd $(@D) && $(MAKE) $(@F)
125    
126    pargcl_all:
127            if test "$(PARGCLDIR)" != ""; then \
128              cd $(PARGCLDIR) && $(MAKE); \
129            fi
130    
131  command:  command:
132          rm -f bin/gcl xbin/gcl          rm -f bin/gcl xbin/gcl
133          MGCLDIR=`echo $(GCLDIR) | sed -e 'sX^\([a-z]\):X/\1Xg'` ; \          MGCLDIR=`echo $(GCLDIR) | sed -e 'sX^\([a-z]\):X/\1Xg'` ; \
# Line 311  kcp: Line 316  kcp:
316          (cd go ; $(MAKE)  "CFLAGS = -I../h -pg  -c -g ")          (cd go ; $(MAKE)  "CFLAGS = -I../h -pg  -c -g ")
317          (cd unixport ; $(MAKE) gcp)          (cd unixport ; $(MAKE) gcp)
318    
 #.INTERMEDIATE: unixport/saved_pcl_gcl  
319    #.INTERMEDIATE: unixport/saved_pcl_gcl

Legend:
Removed from v.1.104  
changed lines
  Added in v.1.105

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