aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vasp/package.txt
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2004-12-20 05:07:50 +0000
committerThomas Grill <xovo@users.sourceforge.net>2004-12-20 05:07:50 +0000
commit4253a32ca49434bc34c9f8409ece62506eb6ae4b (patch)
tree387d7fb6f3164f339c8977189b4d9dbb8b7a60e2 /externals/grill/vasp/package.txt
parent6dacabe813f4ccab33669b5dd3e3b5f61be500af (diff)
avoid malicious file name characters
updated build system svn path=/trunk/; revision=2417
Diffstat (limited to 'externals/grill/vasp/package.txt')
-rw-r--r--externals/grill/vasp/package.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/externals/grill/vasp/package.txt b/externals/grill/vasp/package.txt
new file mode 100644
index 00000000..f8378bac
--- /dev/null
+++ b/externals/grill/vasp/package.txt
@@ -0,0 +1,18 @@
+NAME=vasp
+
+THREADED=1
+
+SRCDIR=source
+
+SRCS= \
+arg.cpp mixfft.cpp obj_part.cpp obj_split.cpp opparam.cpp ops_cplx.cpp ops_gen.cpp ops_trnsc.cpp util.cpp \
+buflib.cpp obj_chns.cpp obj_peaks.cpp obj_sync.cpp ops_arith.cpp ops_dft.cpp ops_qminmax.cpp ops_wnd.cpp vasp.cpp \
+classes.cpp obj_frames.cpp obj_q.cpp obj_vasp.cpp ops_assign.cpp ops_feature.cpp ops_rearr.cpp opvecs.cpp vbuffer.cpp \
+env.cpp obj_imm.cpp obj_radio.cpp obj_vecs.cpp ops_carith.cpp ops_flt.cpp ops_resmp.cpp rdx2fft.cpp vecblk.cpp \
+main.cpp obj_offs.cpp obj_size.cpp opbase.cpp ops_cmp.cpp ops_gate.cpp ops_search.cpp rvfft.cpp
+
+HDRS= \
+arg.h env.h opdefs.h oppermute.h ops_assign.h ops_cplx.h ops_flt.h ops_resmp.h ops_wnd.h vbuffer.h \
+buflib.h main.h opfuns.h oploop.h ops.h ops_carith.h ops_dft.h ops_gen.h ops_search.h util.h vecblk.h \
+classes.h opbase.h opparam.h ops_arith.h ops_cmp.h ops_feature.h ops_rearr.h ops_trnsc.h vasp.h
+