ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/applications/dump2Xyz/Makefile
Revision: 267
Committed: Fri Jan 14 21:13:24 2005 UTC (20 years, 8 months ago) by gezelter
Original Path: trunk/src/applications/dump2Xyz/Makefile
File size: 169 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/dump2Xyz
2    
3 tim 12 Source = \
4     Dump2XYZCmd.c \
5     Dump2XYZ.cpp \
6    
7     RmiSource =
8    
9     Main = Dump2XYZ
10    
11 tim 24 DEV_ROOT=../../..
12     include $(DEV_ROOT)/make/Makefile
13