ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
View Changeset
|
Root Listing
root
/
OpenMD
/
trunk
/
src
/
applications
/
oopse
/
Makefile
Revision:
267
Committed:
Fri Jan 14 21:13:24 2005 UTC
(20 years, 8 months ago) by
gezelter
File size:
144 byte(s)
Log Message:
moved Package variable into subdirectory makefiles to speed up the building process
File Contents
#
User
Rev
Content
1
gezelter
267
Package = applications/oopse
2
3
tim
12
Source = \
4
oopse.cpp \
5
6
RmiSource =
7
8
Main = oopse
9
10
tim
24
DEV_ROOT=../../..
11
gezelter
255
12
tim
24
include $(DEV_ROOT)/make/Makefile
13