/[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 41 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.97 2007/04/10 16:33:44 debug Exp $  #  $Id: Makefile.skel,v 1.100 2007/06/05 05:40:24 debug Exp $
3  #  #
4  #  Makefile for GXemul src  #  Makefile for GXemul src
5  #  #
6    
7  CFLAGS=$(CWARNINGS) $(COPTIM) $(XINCLUDE) $(INCLUDE)  CFLAGS=$(CWARNINGS) $(COPTIM) $(XINCLUDE) $(INCLUDE)
8    
9  OBJS=console.o cpu.o emul.o emul_parse.o float_emul.o \  OBJS=console.o cpu.o device.o emul.o emul_parse.o float_emul.o \
10          interrupt.o machine.o main.o misc.o memory.o device.o net.o \          interrupt.o machine.o main.o memory.o misc.o net.o \
11          settings.o symbol.o symbol_demangle.o timer.o useremul.o x11.o          settings.o symbol.o symbol_demangle.o timer.o useremul.o x11.o
12    
13  all: do_include  all: do_include
14          $(MAKE) do_src do_cpus do_debugger do_devices do_disk \          $(MAKE) do_src do_cpus do_debugger do_devices do_disk do_file \
15                  do_file do_machines do_native do_net do_promemul          do_machines do_native do_net do_promemul do_useremul
16    
17  do_include:  do_include:
18          cd include; $(MAKE); cd ..          cd include; $(MAKE); cd ..
# Line 44  do_net: Line 44  do_net:
44  do_promemul:  do_promemul:
45          cd promemul; $(MAKE); cd ..          cd promemul; $(MAKE); cd ..
46    
47    do_useremul:
48            cd useremul; $(MAKE); cd ..
49    
50  do_src: $(OBJS)  do_src: $(OBJS)
51    
52  $(OBJS): Makefile  $(OBJS): Makefile
# Line 60  clean: Line 63  clean:
63          cd native; $(MAKE) clean; cd ..          cd native; $(MAKE) clean; cd ..
64          cd net; $(MAKE) clean; cd ..          cd net; $(MAKE) clean; cd ..
65          cd promemul; $(MAKE) clean; cd ..          cd promemul; $(MAKE) clean; cd ..
66            cd useremul; $(MAKE) clean; cd ..
67    
68  clean_all: clean  clean_all: clean
69          cd include; $(MAKE) clean_all; cd ..          cd include; $(MAKE) clean_all; cd ..
# Line 72  clean_all: clean Line 76  clean_all: clean
76          cd native; $(MAKE) clean_all; cd ..          cd native; $(MAKE) clean_all; cd ..
77          cd net; $(MAKE) clean_all; cd ..          cd net; $(MAKE) clean_all; cd ..
78          cd promemul; $(MAKE) clean_all; cd ..          cd promemul; $(MAKE) clean_all; cd ..
79            cd useremul; $(MAKE) clean_all; cd ..
80          rm -f Makefile          rm -f Makefile
81    

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

  ViewVC Help
Powered by ViewVC 1.1.26