/[gxemul]/trunk/src/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/src/Makefile.skel

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

revision 21 by dpavlin, Mon Oct 8 16:19:23 2007 UTC revision 22 by dpavlin, Mon Oct 8 16:19:37 2007 UTC
# Line 1  Line 1 
1  #  #
2  #  $Id: Makefile.skel,v 1.86 2005/11/23 00:40:47 debug Exp $  #  $Id: Makefile.skel,v 1.87 2005/12/20 21:19:14 debug Exp $
3  #  #
4  #  Makefile for GXemul src  #  Makefile for GXemul src
5  #  #
# Line 11  OBJS=console.o cpu.o debugger.o diskimag Line 11  OBJS=console.o cpu.o debugger.o diskimag
11          symbol.o useremul.o x11.o          symbol.o useremul.o x11.o
12    
13  all: do_include  all: do_include
14          $(MAKE) do_src do_cpus do_devices do_promemul          $(MAKE) do_src do_cpus do_devices do_machines do_promemul
15    
16  do_include:  do_include:
17          cd include; $(MAKE); cd ..          cd include; $(MAKE); cd ..
# Line 22  do_cpus: Line 22  do_cpus:
22  do_devices:  do_devices:
23          cd devices; $(MAKE); cd ..          cd devices; $(MAKE); cd ..
24    
25    do_machines:
26            cd machines; $(MAKE); cd ..
27    
28  do_promemul:  do_promemul:
29          cd promemul; $(MAKE); cd ..          cd promemul; $(MAKE); cd ..
30    
# Line 34  clean: Line 37  clean:
37          cd include; $(MAKE) clean; cd ..          cd include; $(MAKE) clean; cd ..
38          cd cpus; $(MAKE) clean; cd ..          cd cpus; $(MAKE) clean; cd ..
39          cd devices; $(MAKE) clean; cd ..          cd devices; $(MAKE) clean; cd ..
40            cd machines; $(MAKE) clean; cd ..
41          cd promemul; $(MAKE) clean; cd ..          cd promemul; $(MAKE) clean; cd ..
42    
43  clean_all: clean  clean_all: clean
44          cd include; $(MAKE) clean_all; cd ..          cd include; $(MAKE) clean_all; cd ..
45          cd cpus; $(MAKE) clean_all; cd ..          cd cpus; $(MAKE) clean_all; cd ..
46          cd devices; $(MAKE) clean_all; cd ..          cd devices; $(MAKE) clean_all; cd ..
47            cd machines; $(MAKE) clean_all; cd ..
48          cd promemul; $(MAKE) clean_all; cd ..          cd promemul; $(MAKE) clean_all; cd ..
49          rm -f Makefile          rm -f Makefile
50    

Legend:
Removed from v.21  
changed lines
  Added in v.22

  ViewVC Help
Powered by ViewVC 1.1.26