#include <iostream>
#include "getopt.h"
#include <math.h>
#include "NPDetConfig.h"
Include dependency graph for NPDet-config.cxx:
Go to the source code of this file.
Macros | |
#define | no_argument 0 |
#define | required_argument 1 |
#define | optional_argument 2 |
Functions | |
void | print_usage () |
void | print_libs () |
void | print_cflags () |
void | print_ldflags () |
void | print_inc () |
void | print_version () |
void | print_grid () |
void | print_prefix () |
int | main (int argc, char *argv[]) |
Macro Definition Documentation
◆ no_argument
#define no_argument 0 |
Definition at line 7 of file NPDet-config.cxx.
◆ optional_argument
#define optional_argument 2 |
Definition at line 9 of file NPDet-config.cxx.
◆ required_argument
#define required_argument 1 |
Definition at line 8 of file NPDet-config.cxx.
Function Documentation
◆ main()
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 19 of file NPDet-config.cxx.
◆ print_cflags()
void print_cflags | ( | ) |
Definition at line 111 of file NPDet-config.cxx.
◆ print_grid()
void print_grid | ( | ) |
Definition at line 119 of file NPDet-config.cxx.
◆ print_inc()
void print_inc | ( | ) |
Definition at line 107 of file NPDet-config.cxx.
◆ print_ldflags()
void print_ldflags | ( | ) |
Definition at line 115 of file NPDet-config.cxx.
◆ print_libs()
void print_libs | ( | ) |
Definition at line 103 of file NPDet-config.cxx.
◆ print_prefix()
void print_prefix | ( | ) |
Definition at line 123 of file NPDet-config.cxx.
◆ print_usage()
void print_usage | ( | ) |
Definition at line 99 of file NPDet-config.cxx.
◆ print_version()
void print_version | ( | ) |
Definition at line 92 of file NPDet-config.cxx.