Codebase list xd / run/b26f6a21-0e54-4c53-85b3-8c498c572d24/main INSTALL.im
run/b26f6a21-0e54-4c53-85b3-8c498c572d24/main

Tree @run/b26f6a21-0e54-4c53-85b3-8c498c572d24/main (Download .tar.gz)

INSTALL.im @run/b26f6a21-0e54-4c53-85b3-8c498c572d24/mainraw · history · blame

#include "c++std"

#define PROJECT         "xd"
#define CXX             "g++"
#define CXXFLAGS        ${CPPSTD} " -Wall -Werror -O2 -pthread " \
                                  "-fdiagnostics-color=never"
#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"