Skip to content

Commit

Permalink
brought table functionality from external_tables branch
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfrantz committed Jan 26, 2024
1 parent 5b79174 commit 1961a4e
Show file tree
Hide file tree
Showing 5 changed files with 484 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ TA=temp-aux
### TARGETS

all: temp cross lower higher aux exe
cross: string_cl enum_cl cite_cl utils_cl alloc_cl brick_cl imagefuns_cl param_cl date_cl datesys_cl lock_cl cube_cl dir_cl stats_cl pca_cl tile_cl queue_cl warp_cl sun_cl quality_cl sys_cl konami_cl download_cl read_cl gdalopt_cl
cross: string_cl enum_cl cite_cl utils_cl alloc_cl brick_cl imagefuns_cl param_cl date_cl datesys_cl lock_cl cube_cl dir_cl stats_cl pca_cl tile_cl queue_cl warp_cl sun_cl quality_cl sys_cl konami_cl download_cl read_cl table_cl gdalopt_cl
lower: table_ll param_ll meta_ll cube_ll equi7_ll glance7_ll atc_ll sunview_ll read_ll radtran_ll topo_ll cloud_ll gas_ll brdf_ll atmo_ll aod_ll resmerge_ll coreg_ll coregfuns_ll acix_ll modwvp_ll
higher: param_hl progress_hl tasks_hl read-aux_hl read-ard_hl quality_hl bap_hl level3_hl cso_hl tsa_hl index_hl interpolate_hl stm_hl fold_hl standardize_hl pheno_hl polar_hl trend_hl ml_hl texture_hl lsm_hl lib_hl sample_hl imp_hl cfimp_hl l2imp_hl spec-adjust_hl pyp_hl rsp_hl udf_hl
aux: param_aux param_train_aux train_aux
Expand Down Expand Up @@ -201,6 +201,9 @@ download_cl: temp $(DC)/download-cl.c
read_cl: temp $(DC)/read-cl.c
$(GCC) $(CFLAGS) -c $(DC)/read-cl.c -o $(TC)/read_cl.o

table_cl: temp $(DC)/table-cl.c
$(GCC) $(CFLAGS) -c $(DC)/table-cl.c -o $(TC)/table_cl.o

gdalopt_cl: temp $(DC)/gdalopt-cl.c
$(GCC) $(CFLAGS) -c $(DC)/gdalopt-cl.c -o $(TC)/gdalopt_cl.o

Expand Down
Loading

0 comments on commit 1961a4e

Please sign in to comment.