[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
creating dps apps with autotools
From: |
trevor |
Subject: |
creating dps apps with autotools |
Date: |
Wed, 24 Jan 2001 00:41:06 -0500 |
hi everyone,
in the off-beat chance that someone might be interested in creating and
compiling a dps-type application (which requires the use of pswrap)
using the GNU autotools (autoconf, automake, etc...) i've attached a
very short sample application tarball which demonstrates one way of
going about this.
of particular interest would be the "configure.in", "Makefile.am" and
"code/Makefile.am" files.
to build:
1) user$ gzip -d < autotest-1.0.tar.gz | tar xf -
2) user$ cd autotest-1.0
3) user$ ./configure
4) user$ make
to run:
5) cd code
6) ./example
all other standard auto targets are also available (make install, make
uninstall, and so forth). i hope you find this useful, enjoy!
best regards,
trevor
--
http://home.ica.net/~vjbtlw/
autotest-1.0.tar.gz
Description: dps application build with GNU autotools
- creating dps apps with autotools,
trevor <=