Codebase list xd / b1782f92-6b4f-48d7-b26d-ad469cf79d40/main INSTALL.im
b1782f92-6b4f-48d7-b26d-ad469cf79d40/main

Tree @b1782f92-6b4f-48d7-b26d-ad469cf79d40/main (Download .tar.gz)

INSTALL.im @b1782f92-6b4f-48d7-b26d-ad469cf79d40/mainraw · history · blame

#define PROJECT             "xd"
#define CXX             "g++"
#define CXXFLAGS        "--std=c++2a -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"