## FLXLab v2.5 - A program for running psychology experiments.  
## Copyright (C) 2010 Todd R. Haskell (todd.haskell@wwu.edu) 
## 
## Use and distribution is governed by the terms of the 
## GNU General Public License. Certain portions of the 
## program may be subject to other licenses as well. See 
## the file LICENSE.TXT for details.
## 

include ../Makefile.modules
include ../Makefile.allegro

.PHONY: custom_install custom_uninstall

CFLAGS += -I../mod_graphics/include -I../agup/include
LIBFLAGS += -L../agup/lib -lagup

custom_install:
	cp bitmap_fonts.dat $(FLXLABRESOURCEDIR)

custom_uninstall:
	rm -f $(FLXLABRESOURCEDIR)/bitmap_fonts.dat
