File:  [UNIX Amiga Emulator] / uae / Makefile.argh
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:37:52 2018 UTC (8 years, 3 months ago) by root
Branches: MAIN, BSchmidt
CVS tags: uae001, HEAD
uae-0.1


CC = gcc
LD = gcc
 
CPPFLAGS = -Wall -O2 -g -fomit-frame-pointer

#Play with these directories...
INCDIRS = -I/usr/X11R5/include
LDFLAGS = -lg++ -lX11 -g -L/usr/X11R5/lib

PROGRAM = uae

OBJS = main.o cpu.o memory.o debug.o custom.o cia.o disk.o xwin.o

all: $(PROGRAM)

install:

$(PROGRAM): $(OBJS)
	$(LD) $(OBJS) -o $(PROGRAM) $(LDFLAGS)

clean:
	rm -f *.o $(PROGRAM)

.C.o:
	$(CC) $(INCLUDES) -c $(INCDIRS) $(CPPFLAGS) $*.C

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.