/[gxemul]/upstream/0.4.6/src/file/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

Contents of /upstream/0.4.6/src/file/Makefile.skel

Parent Directory Parent Directory | Revision Log Revision Log


Revision 43 - (show annotations)
Mon Oct 8 16:22:43 2007 UTC (16 years, 8 months ago) by dpavlin
File size: 355 byte(s)
0.4.6
1 #
2 # $Id: Makefile.skel,v 1.2 2007/04/19 15:18:16 debug Exp $
3 #
4 # Makefile for GXemul src/file
5 #
6
7 CFLAGS=$(CWARNINGS) $(COPTIM) $(XINCLUDE) $(DINCLUDE)
8
9 OBJS=file.o
10
11 all: $(OBJS)
12
13 $(OBJS): Makefile
14
15 file.o: file.c file_aout.c file_ecoff.c file_elf.c file_macho.c \
16 file_raw.c file_srec.c
17
18
19 clean:
20 rm -f $(OBJS) *core
21
22 clean_all: clean
23 rm -f Makefile
24

  ViewVC Help
Powered by ViewVC 1.1.26