|
|
1.1 root 1: # Makefile for Hatari's SDL GUI.
2:
3: # Include settings
4: include ../../Makefile.cnf
5:
6: # Additional include directories:
7: INCFLAGS = -I../includes
8:
9:
1.1.1.3 ! root 10: CFLAGS += -DDATADIR=\"$(DATADIR)\" $(INCFLAGS) $(SDL_CFLAGS) -Wno-write-strings
1.1 root 11:
12:
13:
1.1.1.2 root 14: DLGSRCS = dlgAbout.c dlgAlert.c dlgDevice.c dlgDisc.c dlgJoystick.c \
15: dlgKeyboard.c dlgMain.c dlgMemory.c dlgNewDisc.c dlgRom.c \
16: dlgScreen.c dlgSound.c dlgSystem.c dlgFileSelect.c sdlgui.c
1.1 root 17:
18:
19: DLGOBJS = $(DLGSRCS:.c=.o)
20:
21:
22: all: $(DLGOBJS)
23:
24: clean:
25: rm -f *.o
26:
27: font5x8.h: font5x8.bmp
28: convert font5x8.bmp xbm:font5x8.h
29:
30: font10x16.h: font10x16.bmp
31: convert font10x16.bmp xbm:font10x16.h
32:
33: # Use "make depend" to generate file dependencies:
34: depend: $(DLGSRCS)
35: $(CC) -MM $(CFLAGS) $(DLGSRCS) > Makefile.dep
36:
37: ifneq (,$(wildcard Makefile.dep))
38: include Makefile.dep
39: endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.