File:  [Tom Morton FrontierVM] / frontvm / hardware / Makefile
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:57:29 2018 UTC (8 years, 2 months ago) by root
Branches: frontvm, MAIN
CVS tags: frontvm2-20061120, HEAD
Tom Morton


SDLLIB = $(shell sdl-config --libs)
SDLFLAGS = $(shell sdl-config --cflags)

SRCS = disasm.c audio.c configuration.c dialog.c \
  file.c hostcall.c keymap.c \
  main.c memAlloc.c misc.c \
  screen.c screenConvert.c \
  sdlgui.c shortcut.c scalebit.c \
  input.c fe2.c 

OBJS = $(SRCS:.c=.o)

.c.o:
	$(CC) $(CFLAGS) $(INCFLAGS) $(SDLFLAGS) -c $<

../frontier: $(OBJS)
	$(CC) $(OBJS) $(FE2OBJS) $(SDLLIB) $(LIBFLAGS) -o ../frontier

clean:
	rm -f *.o

# Use "make depend" to generate file dependencies:
depend: $(SRCS)
	$(CC) -MM $(CFLAGS) $(SRCS) > Makefile.dep

ifneq (,$(wildcard Makefile.dep))
include Makefile.dep
endif


unix.superglobalmegacorp.com

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