|
|
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: font5x8.h: font5x8.bmp
25: convert font5x8.bmp xbm:font5x8.h
26:
27: font10x16.h: font10x16.bmp
28: convert font10x16.bmp xbm:font10x16.h
29:
1.1.1.4 ! root 30:
! 31: clean:
! 32: $(RM) *.o
! 33:
! 34: distclean: clean
! 35: $(RM) Makefile.dep *~ *.bak *.orig
! 36:
! 37:
1.1 root 38: # Use "make depend" to generate file dependencies:
1.1.1.4 ! root 39: Makefile.dep: Makefile
1.1 root 40: $(CC) -MM $(CFLAGS) $(DLGSRCS) > Makefile.dep
41:
1.1.1.4 ! root 42: depend: Makefile.dep
! 43:
! 44: -include Makefile.dep
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.