Sync with 5.4.1
[deliverable/titan.core.git] / Install / Makefile
1 # Makefile for pseudoinstall
2
3 TOP := ..
4 include $(TOP)/Makefile.cfg
5
6 all run:
7 $(ABS_SRC)/../pseudoinstall
8
9 # Should this delete ?
10 clean distclean: ;
11
12 # definitely do-nothing
13 dep install: ;
14
15 # All targets are phony
16 .PHONY: all run clean distclean dep install
17
18 export OPENSSL_DIR XMLDIR
This page took 0.031776 seconds and 5 git commands to generate.