#=======================================================================
#@V@:Note: File automatically generated by VIDE: (16:44:49 25 Jun 2001) (gcc).
#  This file regenerated each time you run VIDE, so save under a
#    new name if you hand edit, or it will be overwritten.
#=======================================================================

# Standard defines:
CC  	=	gcc

oDir	=	.
Bin	=	.
Src	=	.
libDirs	=
incDirs	=	-I../include
LIBS	=
#C_FLAGS	=	-O2
C_FLAGS	=	-g

SRCS	=\
	$(Src)/Draw_Make_Font.c

EXOBJS	=\
	$(oDir)/Draw_Make_Font.o

ALLOBJS	=	$(EXOBJS)
ALLBIN	=	$(Bin)/make_font
ALLTGT	=	$(Bin)/make_font

# User defines:

#@# Targets follow ---------------------------------

all:	$(ALLTGT)

objs:	$(ALLOBJS)

cleanobjs:
	rm -f $(ALLOBJS)

cleanbin:
	rm -f $(ALLBIN)

clean:	cleanobjs cleanbin

cleanall:	cleanobjs cleanbin

#@# User Targets follow ---------------------------------


#@# Dependency rules follow -----------------------------

$(Bin)/make_font: Draw_Make_Font.c
	$(CC) $(C_FLAGS) -o $(Bin)/make_font Draw_Make_Font.c $(incDirs) $(libDirs) $(LIBS)
