paragui-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paragui-cvs] CVS: paragui/sdk .cvsignore,NONE,1.1.2.1 Makefile.am,NONE,


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/sdk .cvsignore,NONE,1.1.2.1 Makefile.am,NONE,1.1.2.1 README.sampleapp,NONE,1.1.2.1
Date: Thu, 04 Jul 2002 04:22:45 -0400

Update of /cvsroot/paragui/paragui/sdk
In directory subversions:/tmp/cvs-serv22739/sdk

Added Files:
      Tag: devel-1-0
        .cvsignore Makefile.am README.sampleapp 
Log Message:
added autoconf/automake sample



--- NEW FILE ---
*.in
*.tar.gz

--- NEW FILE ---
EXTRA_DIST = \
        README.sampleapp \
        sampleapp.tar.gz

sampleapp.tar.gz:
        tar --exclude CVS -czvf sampleapp.tar.gz $(srcdir)/sampleapp

--- NEW FILE ---
SampleApp autoconf / automake framework

This framework will help you to start a new project
using ParaGUI.

How to use:
-----------

- Copy the sampleapp.tar.gz tarball to a new dir.

- Unpack the tarball
  tar -zxvf sampleapp.tar.gz

- Rename the created directory
  mv sampleapp MyProject

- Edit configure.in, Makefile.am to fit your needs

- run ./autogen.sh to create the framework

- run ./configure to configure your sources

- run "make dist" to create a distribution tarball


That's only a rough introduction. Please visit
"http://www.gnu.org/manual"; for further information
concerning autoconf / automake, ...


Have fun

Alexander Pipelka
<address@hidden>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]