# $Header$ # # Read instructions in Makefile.proto how to use this. # # Prototype for your source directory Makefile.tino # Not copyrighted as this is just a stub. # # $Log$ PROGS=gat OBJS= LIBS= # If you use -I. or -Itino, be sure to use -I-, too. ADD_CFLAGS= ADD_LDFLAGS= ADD_LDLIBS= CLEAN= DISTCLEAN= TINOCOPY= # TINOINC=tino_common.h # TINOLIB=tino/lib.h #INSTALLPATH=/usr/local # DBG_CFLAGS= #DBG_LDFLAGS= # DBG_LDLIBS=-lefence # STD_CFLAGS= #STD_LDFLAGS= # STD_LDLIBS= Makefile:: $(MAKE) -C tino tino HERE="$(PWD)"