/[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 38 by dpavlin, Mon Oct 8 16:21:53 2007 UTC revision 42 by dpavlin, Mon Oct 8 16:22:32 2007 UTC
# Line 1  Line 1 
1  #  #
2  #  $Id: Makefile.skel,v 1.49 2007/04/10 16:33:44 debug Exp $  #  $Id: Makefile.skel,v 1.51 2007/06/05 06:41:58 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/cpus/*.o src/debugger/*.o src/devices/*.o src/disk/*.o src/file/*.o src/machines/*.o src/native/*.o src/net/*.o src/promemul/*.o $(LIBS) -o $(BIN)          $(CC) $(COPTIM) src/*.o src/cpus/*.o src/debugger/*.o src/devices/*.o src/disk/*.o src/file/*.o src/machines/*.o src/native/*.o src/net/*.o src/promemul/*.o src/useremul/*.o $(LIBS) -o $(BIN)
16    
17  install: build  install: build
18          @echo          @echo
# Line 38  clean_all: clean Line 38  clean_all: clean
38          rm -f src/file/Makefile src/machines/Makefile          rm -f src/file/Makefile src/machines/Makefile
39          rm -f src/native/Makefile src/net/Makefile          rm -f src/native/Makefile src/net/Makefile
40          rm -f src/promemul/Makefile src/include/Makefile          rm -f src/promemul/Makefile src/include/Makefile
41            rm -f src/useremul/Makefile src/include/Makefile
42    

Legend:
Removed from v.38  
changed lines
  Added in v.42

  ViewVC Help
Powered by ViewVC 1.1.26