Makefile.am
上传用户:center1979
上传日期:2022-07-26
资源大小:50633k
文件大小:1k
源码类别:

OpenGL

开发平台:

Visual C++

  1. SUBDIRS = celutil celmath cel3ds celtxf celengine celestia
  2. DEFS = -DHIP_DATA_DIR='"$(HIPDIR)"' @DEFS@
  3. dosstuff = winbuild.mak
  4. buildstardb_SOURCES = buildstardb.cpp
  5. noinst_DATA = $(dosstuff)
  6. EXTRA_DIST = $(noinst_DATA) packdb.cpp packnames.cpp readstars.cpp
  7. noinst_PROGRAMS = buildstardb
  8. # Non-automake directories
  9. NONAUTO = tools
  10. dist-hook:
  11.   cd $(srcdir) && 
  12.   ( 
  13.     for dir in $(NONAUTO) ; do 
  14.       find $$dir -depth -print | egrep -v '(~$$)|(/CVS)|(/.svn)|(/.#)|(/.deps)' 
  15.         | cpio -pdum $(distdir) 2>/dev/null ; 
  16.     done 
  17.   ) 
  18. )