Codebase list xd / run/65c8d20c-713e-4fc7-8228-77577945d311/main INSTALL.im
run/65c8d20c-713e-4fc7-8228-77577945d311/main

Tree @run/65c8d20c-713e-4fc7-8228-77577945d311/main (Download .tar.gz)

INSTALL.im @run/65c8d20c-713e-4fc7-8228-77577945d311/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"