/[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 33 by dpavlin, Mon Oct 8 16:20:58 2007 UTC revision 34 by dpavlin, Mon Oct 8 16:21:17 2007 UTC
# Line 1  Line 1 
1  #  #
2  #  $Id: Makefile.skel,v 1.92 2006/09/02 05:55:19 debug Exp $  #  $Id: Makefile.skel,v 1.95 2007/02/03 10:02:30 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 diskimage.o emul.o emul_parse.o file.o \  OBJS=console.o cpu.o diskimage.o emul.o emul_parse.o file.o float_emul.o \
10          float_emul.o machine.o main.o misc.o memory.o device.o net.o \          interrupt.o machine.o main.o misc.o memory.o device.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_machines \          $(MAKE) do_src do_cpus do_debugger do_devices do_machines \
15                  do_net do_promemul                  do_native do_net do_promemul
16    
17  do_include:  do_include:
18          cd include; $(MAKE); cd ..          cd include; $(MAKE); cd ..
# Line 29  do_devices: Line 29  do_devices:
29  do_machines:  do_machines:
30          cd machines; $(MAKE); cd ..          cd machines; $(MAKE); cd ..
31    
32    do_native:
33            cd native; $(MAKE); cd ..
34    
35  do_net:  do_net:
36          cd net; $(MAKE); cd ..          cd net; $(MAKE); cd ..
37    
# Line 46  clean: Line 49  clean:
49          cd debugger; $(MAKE) clean; cd ..          cd debugger; $(MAKE) clean; cd ..
50          cd devices; $(MAKE) clean; cd ..          cd devices; $(MAKE) clean; cd ..
51          cd machines; $(MAKE) clean; cd ..          cd machines; $(MAKE) clean; cd ..
52            cd native; $(MAKE) clean; cd ..
53          cd net; $(MAKE) clean; cd ..          cd net; $(MAKE) clean; cd ..
54          cd promemul; $(MAKE) clean; cd ..          cd promemul; $(MAKE) clean; cd ..
55    
# Line 55  clean_all: clean Line 59  clean_all: clean
59          cd debugger; $(MAKE) clean_all; cd ..          cd debugger; $(MAKE) clean_all; cd ..
60          cd devices; $(MAKE) clean_all; cd ..          cd devices; $(MAKE) clean_all; cd ..
61          cd machines; $(MAKE) clean_all; cd ..          cd machines; $(MAKE) clean_all; cd ..
62            cd native; $(MAKE) clean_all; cd ..
63          cd net; $(MAKE) clean_all; cd ..          cd net; $(MAKE) clean_all; cd ..
64          cd promemul; $(MAKE) clean_all; cd ..          cd promemul; $(MAKE) clean_all; cd ..
65          rm -f Makefile          rm -f Makefile

Legend:
Removed from v.33  
changed lines
  Added in v.34

  ViewVC Help
Powered by ViewVC 1.1.26