mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-31 18:44:48 +01:00
346d84c900
git-svn-id: file:///srv/svn/repos/haiku/trunk/buildtools@9577 a95241bf-73f2-0310-859d-f6bbb57e9c96
23 lines
672 B
Plaintext
23 lines
672 B
Plaintext
# This file is a shell script fragment that supplies the information
|
|
# necessary for a configure script to process the program in
|
|
# this directory. For more information, look at ../../configure.
|
|
|
|
configdirs=
|
|
srctrigger=libio.tests/hounddog.exp
|
|
srcname="test C++ input/output library, dejagnu style"
|
|
package_makefile_frag=Make.pack
|
|
package_makefile_rules_frag=Make.pack.r
|
|
|
|
# per-host:
|
|
|
|
# per-target:
|
|
|
|
TO_TOPDIR=../../
|
|
ALL=' '
|
|
XCINCLUDES='-I. -I.. -I$(srcdir) -I$(srcdir)/..'
|
|
XCXXINCLUDES='-I. -I.. -I$(srcdir) -I$(srcdir)/..'
|
|
MOSTLYCLEAN='*.o core $(JUNK_TO_CLEAN)'
|
|
(. ${srcdir}/../config.shared) >${package_makefile_frag} 2>${package_makefile_rules_frag}
|
|
|
|
# post-target:
|