|
|
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: ! 10: CFLAGS += -DDATADIR=\"$(DATADIR)\" $(INCFLAGS) $(SDL_CFLAGS) ! 11: ! 12: ! 13: ! 14: DLGSRCS = dlgAbout.c dlgDevice.c dlgDisc.c dlgJoystick.c dlgKeyboard.c \ ! 15: dlgMain.c dlgMemory.c dlgNewDisc.c dlgScreen.c dlgSound.c dlgSystem.c \ ! 16: dlgTosGem.c dlgFileSelect.c sdlgui.c ! 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.