Rework to build by autoconf/automake and new Debian scripts

Building in local machine:
    $ sh autogen.sh
    $ ./configure
    $ make
    $ sudo make install

Building Debian package:
    $ debuild -uc -us -b

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: I76faa07c1586658d053a3e260ea231a19392f792
This commit is contained in:
Dongjin Kim
2022-01-18 10:10:24 +00:00
parent f78d982959
commit f316f52636
45 changed files with 492 additions and 1387 deletions

View File

@@ -1,25 +0,0 @@
ifneq ($V,1)
Q ?= @
endif
SRC = odroid_xu3.tex \
odroid_c1.tex \
odroid_c2.tex \
odroid_n1.tex \
odroid_n2.tex \
odroid_c4.tex \
odroid_m1.tex
DVI = $(SRC:.tex=.dvi)
all: $(DVI)
$Q echo Generating DVI
.tex.dvi:
$Q latex $< $@
$Q dvipdf $@
.PHONY: clean
clean:
$Q rm -f *.dvi *.aux *.log *.ps *.toc *.bak *~

16
pins/Makefile.am Normal file
View File

@@ -0,0 +1,16 @@
dist_pdf_DATA = \
odroid_c1.pdf \
odroid_c2.pdf \
odroid_c4.pdf \
odroid_m1.pdf \
odroid_n1.pdf \
odroid_n2.pdf \
odroid_xu3.pdf
.tex.pdf:
pdflatex $< $@
clean-latex:
rm -f *.pdf *.aux *.log
clean-local: clean-latex

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.