source: trunk/Mars/libnova/Makefile@ 15180

Last change on this file since 15180 was 15180, checked in by tbretz, 11 years ago
A ropot wrapper for libnova
File size: 518 bytes
Line 
1##################################################################
2#
3# subdirectory makefile
4#
5# for the MARS software
6#
7##################################################################
8include ../Makefile.conf.general
9include ../Makefile.conf.$(OSTYPE)
10
11#------------------------------------------------------------------------------
12
13INCLUDES = -I.
14
15CINT = Nova
16
17SRCFILES = nova.cc
18
19############################################################
20
21all: $(OBJS)
22
23include ../Makefile.rules
24
25mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.