Truetype only, compile with "make NOTTF=1" if you don't want to bother with it. Only TTF is done, aliased (ok) and non-aliased (backgound color is currently stuck to color index 0) The Clear button doesn't update the window. Only one font (certified to be public domain). Preview not done. Font selector not done. SFont support not done. Limit 30 characters. git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@305 416bcca6-2ee7-4201-b75f-2eb2f807beb1
		
			
				
	
	
		
			47 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			47 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			Makefile
		
	
	
	
	
	
$(OBJDIR)/SFont.o: SFont.c SFont.h
 | 
						|
$(OBJDIR)/aide.o: aide.c const.h struct.h global.h loadsave.h divers.h graph.h \
 | 
						|
  moteur.h tables_aide.h aide.h sdlscreen.h
 | 
						|
$(OBJDIR)/boutons.o: boutons.c const.h struct.h global.h loadsave.h divers.h \
 | 
						|
  graph.h moteur.h readline.h files.h init.h boutons.h operatio.h pages.h \
 | 
						|
  erreurs.h readini.h saveini.h shade.h io.h aide.h texte.h
 | 
						|
$(OBJDIR)/clavier.o: clavier.c global.h struct.h const.h loadsave.h
 | 
						|
$(OBJDIR)/divers.o: divers.c struct.h const.h sdlscreen.h global.h loadsave.h \
 | 
						|
  graph.h erreurs.h boutons.h moteur.h divers.h clavier.h
 | 
						|
$(OBJDIR)/files.o: files.c const.h struct.h global.h loadsave.h graph.h divers.h \
 | 
						|
  erreurs.h linux.h
 | 
						|
$(OBJDIR)/gfxcfg.o: gfxcfg.c SFont.h struct.h const.h clavier.h io.h hotkeys.h
 | 
						|
$(OBJDIR)/graph.o: graph.c sdlscreen.h struct.h const.h graph.h divers.h moteur.h \
 | 
						|
  boutons.h pages.h global.h loadsave.h erreurs.h
 | 
						|
$(OBJDIR)/init.o: init.c const.h struct.h global.h loadsave.h graph.h boutons.h \
 | 
						|
  palette.h aide.h operatio.h divers.h erreurs.h clavier.h io.h hotkeys.h
 | 
						|
$(OBJDIR)/io.o: io.c struct.h const.h io.h
 | 
						|
$(OBJDIR)/linux.o: linux.c
 | 
						|
$(OBJDIR)/loadsave.o: loadsave.c const.h struct.h global.h loadsave.h graph.h \
 | 
						|
  divers.h pages.h op_c.h boutons.h erreurs.h linux.h io.h sdlscreen.h
 | 
						|
$(OBJDIR)/main.o: main.c const.h struct.h global.h loadsave.h graph.h divers.h \
 | 
						|
  init.h boutons.h moteur.h pages.h files.h sdlscreen.h erreurs.h \
 | 
						|
  readini.h saveini.h linux.h io.h
 | 
						|
$(OBJDIR)/moteur.o: moteur.c const.h struct.h global.h loadsave.h graph.h divers.h \
 | 
						|
  special.h boutons.h operatio.h shade.h erreurs.h linux.h sdlscreen.h
 | 
						|
$(OBJDIR)/op_c.o: op_c.c op_c.h struct.h const.h erreurs.h graph.h
 | 
						|
$(OBJDIR)/operatio.o: operatio.c const.h struct.h global.h loadsave.h divers.h \
 | 
						|
  moteur.h graph.h operatio.h boutons.h pages.h erreurs.h
 | 
						|
$(OBJDIR)/pages.o: pages.c global.h struct.h const.h loadsave.h pages.h graph.h \
 | 
						|
  erreurs.h linux.h
 | 
						|
$(OBJDIR)/palette.o: palette.c const.h struct.h global.h loadsave.h divers.h \
 | 
						|
  graph.h moteur.h readline.h boutons.h pages.h aide.h sdlscreen.h \
 | 
						|
  erreurs.h op_c.h
 | 
						|
$(OBJDIR)/readini.o: readini.c const.h global.h struct.h loadsave.h graph.h
 | 
						|
$(OBJDIR)/readline.o: readline.c const.h struct.h global.h loadsave.h graph.h \
 | 
						|
  divers.h erreurs.h linux.h sdlscreen.h
 | 
						|
$(OBJDIR)/saveini.o: saveini.c const.h global.h struct.h loadsave.h readini.h \
 | 
						|
  files.h erreurs.h graph.h
 | 
						|
$(OBJDIR)/sdlscreen.o: sdlscreen.c global.h struct.h const.h loadsave.h sdlscreen.h \
 | 
						|
  divers.h erreurs.h graph.h
 | 
						|
$(OBJDIR)/shade.o: shade.c global.h struct.h const.h loadsave.h graph.h moteur.h \
 | 
						|
  divers.h readline.h aide.h sdlscreen.h
 | 
						|
$(OBJDIR)/special.o: special.c const.h struct.h global.h loadsave.h graph.h \
 | 
						|
  moteur.h
 | 
						|
$(OBJDIR)/texte.o: texte.c SFont.h sdlscreen.h struct.h const.h global.h loadsave.h
 | 
						|
$(OBJDIR)/version.o: version.c
 |