]> git.uio.no Git - u/mrichter/AliRoot.git/blame - Flugg/examples/fluggEx/emptyEx/GNUmakefile
Removing files for the new Flugg structure
[u/mrichter/AliRoot.git] / Flugg / examples / fluggEx / emptyEx / GNUmakefile
CommitLineData
21281598 1# --------------------------------------------------------------
2# GNUmakefile for examples module. Sara Vanini, 13/III/00
3# --------------------------------------------------------------
4
5name := mainFLUGG
6G4TARGET := $(name)
7G4EXLIB := true
8
9ifndef FLUGGINSTALL
10 FLUGGINSTALL = ../../..
11endif
12
13.PHONY: all
14all: lib bin
15
16include $(FLUGGINSTALL)/config/binmake.gmk