FreeCalypso > hg > fc-selenite
comparison components/tif_na7_db_fl @ 141:23768d96edce
compiling GPF libs: same symlink hacks as in Magnetite
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 06 Feb 2019 21:38:01 +0000 |
parents | 1f43655bb3e4 |
children |
comparison
equal
deleted
inserted
replaced
140:2106617f1291 | 141:23768d96edce |
---|---|
39 | 39 |
40 # Source modules | 40 # Source modules |
41 | 41 |
42 SRCDIR=$SRC/gpf/tst | 42 SRCDIR=$SRC/gpf/tst |
43 | 43 |
44 c_file $SRCDIR/drv/tr2.c | 44 ln -sf $SRCDIR/drv $BUILD_DIR/$LIBNAME |
45 c_file $SRCDIR/drv/tif2.c | 45 |
46 c_file $SRCDIR/drv/ser_tr.c | 46 c_file ./drv/tr2.c |
47 c_file $SRCDIR/drv/titrc.c | 47 c_file ./drv/tif2.c |
48 c_file $SRCDIR/tst_pei.c | 48 c_file ./drv/ser_tr.c |
49 c_file $SRCDIR/tstdriver.c | 49 c_file ./drv/titrc.c |
50 c_file $SRCDIR/tif_version.c | 50 |
51 cfile_symlink $SRCDIR/tst_pei.c | |
52 cfile_symlink $SRCDIR/tstdriver.c | |
53 cfile_symlink $SRCDIR/tif_version.c |