瀏覽代碼

Needed for build system.


git-svn-id: https://svn.microneil.com/svn/PKG-SNF4CGP-NIX/trunk@37 7ef522f6-be79-40a8-b7df-0a85b3383509
master
adeniz 14 年之前
父節點
當前提交
a277f31042
共有 1 個文件被更改,包括 36 次插入0 次删除
  1. 36
    0
      SNF4CGP_Developer_Package/Doc/Makefile.am

+ 36
- 0
SNF4CGP_Developer_Package/Doc/Makefile.am 查看文件

@@ -0,0 +1,36 @@
## Process this file with automake to produce Makefile.in
##
## $Id: Makefile.am,v 1.30 2007/10/26 17:50:49 adeniz Exp $
##
## automake input for the MicroNeil SNFMilter scripts.
##
## Author: Alban Deniz
##
## Copyright (C) 2009 ARM Research Labs, LLC.
## See www.armresearch.com for the copyright terms.
##

doc_DATA = \
default.html \
README

default.html: default.html.in Makefile
cat @top_srcdir@/Doc/default.html.in | sed -e s+VERSION+@VERSION@+ > $@

README: README.in Makefile
cat @top_srcdir@/Doc/README.in | sed -e s+VERSION+@VERSION@+ > $@

EXTRA_DIST = \
Makefile.am \
AdminStyle.css \
GuideStyle.css \
DownLoad.gif \
DisabledDownLoad.gif \
default.html.in \
README.in

CLEANFILES = \
$(doc_DATA)

clean-local:
rm -f *.gcno *.gcov *.gcda *~

Loading…
取消
儲存