/[gxemul]/trunk/Makefile.skel
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/Makefile.skel

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

revision 13 by dpavlin, Mon Oct 8 16:18:38 2007 UTC revision 14 by dpavlin, Mon Oct 8 16:18:51 2007 UTC
# Line 1  Line 1 
1  #  #
2  #  $Id: Makefile.skel,v 1.32 2005/08/08 06:02:58 debug Exp $  #  $Id: Makefile.skel,v 1.34 2005/08/29 14:46:30 debug Exp $
3  #  #
4  #  Makefile for GXemul  #  Makefile for GXemul
5  #  #
# Line 12  all: build Line 12  all: build
12    
13  build:  build:
14          cd src; $(MAKE); cd ..          cd src; $(MAKE); cd ..
15          $(CC) $(COPTIM) src/*.o src/devices/*.o $(LIBS) -o $(BIN)          $(CC) $(COPTIM) src/*.o src/cpus/*.o src/devices/*.o src/promemul/*.o $(LIBS) -o $(BIN)
16    
17  install: build  install: build
18          @echo          @echo
# Line 31  clean: Line 31  clean:
31    
32  clean_all: clean  clean_all: clean
33          cd experiments; $(MAKE) clean_all; cd ..          cd experiments; $(MAKE) clean_all; cd ..
34          rm -f config.h Makefile src/Makefile src/devices/Makefile src/devices/fonts/Makefile          rm -f config.h Makefile src/Makefile src/cpus/Makefile
35            rm -f src/devices/Makefile src/devices/fonts/Makefile
36            rm -f src/promemul/Makefile

Legend:
Removed from v.13  
changed lines
  Added in v.14

  ViewVC Help
Powered by ViewVC 1.1.26