# # # C++ Portable Types Library (PTypes) # Version 2.1.1 Released 27-Jun-2007 # # Copyright (C) 2001-2007 Hovik Melikyan # # http://www.melikyan.com/ptypes/ # # # # Makefile for Linux, called from ../Makefile # CXX = g++ OS_CXXOPTS = -Wall -pthread -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 include Makefile.common