ptypes

ptypes Mercurial Source Tree


Root/Makefile

#
#
#  C++ Portable Types Library (PTypes)
#  Version 2.1.1  Released 27-Jun-2007
#
#  Copyright (C) 2001-2007 Hovik Melikyan
#
#
#
#
# Makefile for all Unix platforms, places the library in lib/,
# the shared library in so/. Also builds the test program
# src/ptypes_test and the sample program bin/wshare.
#
 
UMAKEFILE=Makefile.`uname`
 
all:
    cd src ; make -f $(UMAKEFILE) all
    cd wshare ; make -f $(UMAKEFILE) all
 
clean:
    cd src ; make -f $(UMAKEFILE) clean
    cd wshare ; make -f $(UMAKEFILE) clean
 
clean-src:
    cd src ; make -f $(UMAKEFILE) clean-src
    cd wshare ; make -f $(UMAKEFILE) clean-src
 
install:
    cd src ; make -f $(UMAKEFILE) install
 
uninstall:
    cd src ; make -f $(UMAKEFILE) uninstall
Source at commit tip created 11 years 10 months ago.
By Nathan Adams, Updating makefile

Archive Download this file

Branches

Tags

Page rendered in 2.06334s using 11 queries.