Codebase list xd / debian/3.24.00-1 INSTALL.im
debian/3.24.00-1

Tree @debian/3.24.00-1 (Download .tar.gz)

INSTALL.im @debian/3.24.00-1raw · history · blame

#define PROJECT             "xd"
#define CXX             "g++"
#define CXXFLAGS        "--std=c++14 -fdiagnostics-color=never -Wall -O2 -g"
#define LDFLAGS             ""
#define CPOPTS  

// ONLY USE ABSOLUTE DIRECTORY NAMES:

    // the final program
#define BINARY     "/usr/bin/"${PROJECT}
    // the directory where the standard documentation is stored 
#define DOC     "/usr/share/doc/"${PROJECT}
    // the directory where the manual page is stored
#define MAN     "/usr/share/man/man1"