/[pengfork]/pengfork/include/Makefile.am
ViewVC logotype

Diff of /pengfork/include/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by chupa, Sat Nov 30 10:28:52 2002 UTC revision 1.8 by chupa, Sun Dec 1 23:01:25 2002 UTC
# Line 1  Line 1 
1  #  #
2  # Copyright (c) 2002  Nicolas Burrus <nes@lrde.epita.fr>  # Copyright (c) 2002  Jean-Charles Salzeber <jc@varspool.net>
3  #  #
4  # This file is part of pengfork program.  # This file is part of pengfork program.
5  #  #
# Line 18  Line 18 
18  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
19  # 02111-1307, USA.  # 02111-1307, USA.
20  #  #
21    # Nicolas Burrus <nes@lrde.epita.fr>, 2002
22    #
23    
24    
25  EXTRA_DIST =    access.h        \  EXTRA_DIST =    access.h                \
26                  checkopt.h      \                  checkopt.h      \
27                  engine.h        \                  engine.h                \
28                  if.h            \                  if.h            \
29                  misc.h          \                  misc.h          \
30                  protocol.h      \                  protocol.h      \
31                  sighndl.h       \                  sighndl.h               \
32                  window.h        \                  window.h                \
33                  buffer.h        \                  buffer.h                \
34                  common.h        \                  common.h                \
35                  fdo.h           \                  fdo.h           \
36                  log.h           \                  log.h           \
37                  options.h       \                  options.h               \
38                  getpass.h       \                  getpass.h               \
39                  resolver.h      \                  resolver.h      \
40                  utils.h                  utils.h
41    
42  if BUILD_MODEM  SUBDIRS = fdo iptunnel modem cable dsl tcpip tun p3 l2tp
   MODEM_SUBDIRS = modem  
 endif BUILD_MODEM  
   
 if BUILD_CABLE  
   CABLE_SUBDIRS = cable  
 endif BUILD_CABLE  
   
 if BUILD_DSL  
   DSL_SUBDIRS =  
 endif BUILD_DSL  
   
 if BUILD_TCPIP  
   TCPIP_SUBDIRS = tcpip  
 endif BUILD_TCPIP  
   
 if BUILD_TUN  
   TUN_SUBDIRS = tun  
 endif BUILD_TUN  
   
 if BUILD_P3  
   P3_SUBDIRS = p3  
 endif BUILD_P3  
   
 if BUILD_L2TP  
   L2TP_SUBDIRS = l2tp  
 endif BUILD_L2TP  
   
 SUBDIRS =       fdo                     \  
                 iptunnel                \  
                 $(MODEM_SUBDIRS)        \  
                 $(CABLE_SUBDIRS)        \  
                 $(DSL_SUBDIRS)          \  
                 $(TCPIP_SUBDIRS)        \  
                 $(TUN_SUBDIRS)          \  
                 $(P3_SUBDIRS)           \  
                 $(L2TP_SUBDIRS)  

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26