Explorar el Código

Needed for build system.


git-svn-id: https://svn.microneil.com/svn/PKG-SNF4CGP-NIX/trunk@37 7ef522f6-be79-40a8-b7df-0a85b3383509
master
adeniz hace 14 años
padre
commit
a277f31042
Se han modificado 1 ficheros con 36 adiciones y 0 borrados
  1. 36
    0
      SNF4CGP_Developer_Package/Doc/Makefile.am

+ 36
- 0
SNF4CGP_Developer_Package/Doc/Makefile.am Ver fichero

@@ -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 *~

Cargando…
Cancelar
Guardar