]> git.uio.no Git - u/mrichter/AliRoot.git/blame - Flugg/examples/fluggEx/T36flugg/GNUmakefile
Made all AliL3FileHandler specific functions virtual in AliL3MemHandler.
[u/mrichter/AliRoot.git] / Flugg / examples / fluggEx / T36flugg / GNUmakefile
CommitLineData
21281598 1# $Id$
2# Flugg tag $Name$
3
4# Id: GNUmakefile,v 2.1 1998/07/02 15:26:52 gunter Exp
5# --------------------------------------------------------------
6# GNUmakefile for examples module. Gabriele Cosmo, 06/04/98.
7# --------------------------------------------------------------
8
9name := mainT36
10G4TARGET := $(name)
11G4EXLIB := true
12
13ifndef FLUGGINSTALL
14 FLUGGINSTALL = ../../..
15endif
16
17#the target of the first rule of the first makefile is the default goal
18#so "make" will do lib and bin targets.
19.PHONY: all
20all: lib bin
21
22include $(FLUGGINSTALL)/config/binmake.gmk