Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file modified README.md
100755 → 100644
Empty file.
8 changes: 6 additions & 2 deletions src/GNUmakefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ AM_CFLAGS += -D _FILE_OFFSET_BITS=64

AM_LDFLAGS =

AUTOMAKE_OPTIONS = subdir-objects

bin_PROGRAMS = picoquant

include_HEADERS = picoquant.h \
Expand All @@ -12,7 +14,8 @@ include_HEADERS = picoquant.h \
picoharp.h picoharp/ph_v20.h\
hydraharp.h hydraharp/hh_v10.h hydraharp/hh_v20.h \
timeharp.h timeharp/th_v20.h timeharp/th_v30.h \
timeharp/th_v50.h timeharp/th_v60.h
timeharp/th_v50.h timeharp/th_v60.h \
ptu_dispatch.h
picoquant_SOURCES = picoquant_main.c picoquant.c \
error.c types.c options.c files.c \
header.c continuous.c interactive.c tttr.c t2.c t3.c \
Expand All @@ -31,4 +34,5 @@ picoquant_SOURCES = picoquant_main.c picoquant.c \
timeharp/th_v50.c timeharp/th_v50_tttr.c \
timeharp/th_v50_interactive.c timeharp/th_v50_continuous.c \
timeharp/th_v60.c timeharp/th_v60_tttr.c \
timeharp/th_v60_interactive.c timeharp/th_v60_continuous.c
timeharp/th_v60_interactive.c timeharp/th_v60_continuous.c \
ptu_dispatch.c
512 changes: 510 additions & 2 deletions src/header.c

Large diffs are not rendered by default.

354 changes: 332 additions & 22 deletions src/header.h

Large diffs are not rendered by default.

Loading